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 34e5e6a commit bef80efCopy full SHA for bef80ef
test/lib/library.sh
@@ -33,6 +33,6 @@ diff_env() {
33
# Unset variable after outputting.
34
# @param $1 Name of array variable to process
35
echo_array() {
36
- local name=$1[@]
+ local name="$1[@]"
37
printf "%s\n" "${!name}" | sort
38
} # echo_array()
0 commit comments