diff options
author | Case Duckworth | 2022-04-02 12:38:24 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-02 12:38:24 -0500 |
commit | 8bc9628351fdb752581c421b34b4bfa07b6b4628 (patch) | |
tree | 4dfdd45ba1af1ee595dd87ae4cc427b51c1ea5e8 | |
parent | Set $EDITOR to emacsclient (diff) | |
download | etc-8bc9628351fdb752581c421b34b4bfa07b6b4628.tar.gz etc-8bc9628351fdb752581c421b34b4bfa07b6b4628.zip |
Change printing
-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 |