We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d59dd5 commit a26fa6bCopy full SHA for a26fa6b
6_functions_subshells/map.lib.sh
@@ -4,7 +4,7 @@ map() {
4
5
# now for all remaining arguments execute
6
# the command with the argument:
7
- for val in $@; do
+ for val in "$@"; do
8
$COMMAND $val
9
done
10
}
0 commit comments