Skip to content

Commit 08456b0

Browse files
committed
Fix arg pass bug
1 parent 3f4c216 commit 08456b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bootstrap.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ install_env(){
6060
update_system
6161
upgrade_system
6262

63-
install_from $APT_INSTALL $MAKE_R
64-
install_from $APT_INSTALL $BASIC_R
65-
install_from $APT_INSTALL $PYTHON_R
66-
install_from $PIP_INSTALL $PIP_R
63+
install_from "$APT_INSTALL" $MAKE_R
64+
install_from "$APT_INSTALL" $BASIC_R
65+
install_from "$APT_INSTALL" $PYTHON_R
66+
install_from "$PIP_INSTALL" $PIP_R
6767

6868
upgrade_system
6969
force_system

0 commit comments

Comments
 (0)