From 45fd525023ce1c6243e2495fd94b166826f8965c Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sun, 22 Dec 2013 20:06:15 +0100 Subject: [PATCH] Fixed typo in test_array.sh --- Labb6/test_array.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labb6/test_array.sh b/Labb6/test_array.sh index 0fed4ac..62f62e6 100755 --- a/Labb6/test_array.sh +++ b/Labb6/test_array.sh @@ -5,7 +5,7 @@ # Just testing arrays Content=($(ls)) -echo Content[@]} +echo ${Content[@]} exit 0