Skip to content

Commit f8740c1

Browse files
fix(setup): changes OPTARG to array
1 parent 705f2a0 commit f8740c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ do
3434
exit ;;
3535
i)
3636
DO_INSTALL=1
37-
softs+=$OPTARG ;;
37+
softs+=($OPTARG) ;;
3838
?) helpMessage ;;
3939
esac
4040
done

0 commit comments

Comments
 (0)