summaryrefslogtreecommitdiffstats
path: root/pts/distro-scripts/install-gentoo-packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pts/distro-scripts/install-gentoo-packages.sh')
-rwxr-xr-xpts/distro-scripts/install-gentoo-packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/distro-scripts/install-gentoo-packages.sh b/pts/distro-scripts/install-gentoo-packages.sh
index 0031de7..a5f4e1c 100755
--- a/pts/distro-scripts/install-gentoo-packages.sh
+++ b/pts/distro-scripts/install-gentoo-packages.sh
@@ -3,5 +3,5 @@
# Gentoo package installation
echo "Please enter your root password below:" 1>&2
-su root -c "emerge -v $@"
+su root -c "emerge -v $*"
exit