about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-04-02 12:38:24 -0500
committerCase Duckworth2022-04-02 12:38:24 -0500
commit8bc9628351fdb752581c421b34b4bfa07b6b4628 (patch)
tree4dfdd45ba1af1ee595dd87ae4cc427b51c1ea5e8
parentSet $EDITOR to emacsclient (diff)
downloadetc-8bc9628351fdb752581c421b34b4bfa07b6b4628.tar.gz
etc-8bc9628351fdb752581c421b34b4bfa07b6b4628.zip
Change printing
-rwxr-xr-xbootstrap.sh2
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