Skip to content

Commit 89ac5ad

Browse files
committed
fix
1 parent cbe8d38 commit 89ac5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/libexec/helper-scripts/log_run_die.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source /usr/libexec/helper-scripts/get_colors.sh
88
if ! command -v stecho &>/dev/null ; then
99
## Fallback to 'printf' in case 'stecho' is unavailable.
1010
stecho() {
11-
printf "%s\n" "$@"
11+
printf "%s\n" "$*"
1212
}
1313
fi
1414

0 commit comments

Comments
 (0)