We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe8d38 commit 89ac5adCopy full SHA for 89ac5ad
usr/libexec/helper-scripts/log_run_die.sh
@@ -8,7 +8,7 @@ source /usr/libexec/helper-scripts/get_colors.sh
8
if ! command -v stecho &>/dev/null ; then
9
## Fallback to 'printf' in case 'stecho' is unavailable.
10
stecho() {
11
- printf "%s\n" "$@"
+ printf "%s\n" "$*"
12
}
13
fi
14
0 commit comments