Fixed typo in test_array.sh

This commit is contained in:
Jack-Benny Persson 2013-12-22 20:06:15 +01:00
parent 2b509ca957
commit 45fd525023

View File

@ -5,7 +5,7 @@
# Just testing arrays
Content=($(ls))
echo Content[@]}
echo ${Content[@]}
exit 0