Fix incorrect usage of $@
"$@" works differently on ash and dash. `foo="$@"` assigns only the first item (according to IFS) to the variable on dash.
Loading
Please register or sign in to comment
"$@" works differently on ash and dash. `foo="$@"` assigns only the first item (according to IFS) to the variable on dash.