Skip to content
Commit c50b9100 authored by Jakub Jirutka's avatar Jakub Jirutka
Browse files

Fix incorrect usage of $@

"$@" works differently on ash and dash. `foo="$@"` assigns only the
first item (according to IFS) to the variable on dash.
parent fb0ad9b1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment