Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit b04683c

Browse files
committed
arr printing
1 parent 7b71f61 commit b04683c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-server/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ printf "ext string$${EXTENSIONS}"
99

1010
IFS=',' read -r -a extArr <<< "$${EXTENSIONS}"
1111

12-
for i in "${extArr[@]}"; do
12+
for i in "$${extArr[@]}"; do
1313
echo " h: $i"
1414
done
1515

0 commit comments

Comments
 (0)