summaryrefslogtreecommitdiff
path: root/scripts/include/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/include/common.sh')
-rw-r--r--scripts/include/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/include/common.sh b/scripts/include/common.sh
index 382f8a5..4fcb426 100644
--- a/scripts/include/common.sh
+++ b/scripts/include/common.sh
@@ -311,7 +311,7 @@ function common_use_package {
echo "" >>"${envfile}"
package_use
check_error $?
- echo "\$*" >>"${envfile}"
+ echo "\"\$@\"" >>"${envfile}"
check_error $?
chmod 0755 "${envfile}"
check_error $?
@@ -348,7 +348,7 @@ function common_use_packages {
check_error $?
done
unset IFS
- echo "\$*" >>"${envfile}"
+ echo "\"\$@\"" >>"${envfile}"
check_error $?
chmod 0755 "${envfile}"
check_error $?