Skip to content

Commit 1b687d9

Browse files
Kevinjilvmcj
authored andcommitted
Use printf instead
Suggested-by: Jaap Eldering <[email protected]> Signed-off-by: Kevin Jilissen <[email protected]>
1 parent ae30716 commit 1b687d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/gen_all_secrets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ create_pw_file()
1111
fi
1212

1313
# shellcheck disable=SC2039
14-
[ -n "$QUIET" ] || echo "Running '$SCRIPT'... "
14+
[ -n "$QUIET" ] || printf "Running '%s'... " "$SCRIPT"
1515
touch "$FILE"
1616
chmod go= "$FILE"
1717
"./$SCRIPT" > "$FILE"

0 commit comments

Comments
 (0)