diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 09b8cd6..12d0b9a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh | |||
@@ -121,7 +121,7 @@ END_HELP | |||
121 | case "$source" in | 121 | case "$source" in |
122 | '#'*) | 122 | '#'*) |
123 | if "$BOOTSTRAP_DEBUG"; then | 123 | if "$BOOTSTRAP_DEBUG"; then |
124 | printf >&2 'Skipping comment: %s %s\n' \ | 124 | printf >&2 '%s %s\n' \ |
125 | "$source" "$destination" | 125 | "$source" "$destination" |
126 | fi | 126 | fi |
127 | continue | 127 | continue |