Fix space in quiet check in BootstrapArchCommon

This commit is contained in:
Brad Warren
2017-08-03 13:45:55 -07:00
parent 314f4bbe22
commit 5508d1dd12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -492,7 +492,7 @@ BootstrapArchCommon() {
fi
if [ "$missing" ]; then
if [ "$QUIET" = 1]; then
if [ "$QUIET" = 1 ]; then
$SUDO pacman -S --needed $missing $noconfirm > /dev/null
else
$SUDO pacman -S --needed $missing $noconfirm
@@ -25,7 +25,7 @@ BootstrapArchCommon() {
fi
if [ "$missing" ]; then
if [ "$QUIET" = 1]; then
if [ "$QUIET" = 1 ]; then
$SUDO pacman -S --needed $missing $noconfirm > /dev/null
else
$SUDO pacman -S --needed $missing $noconfirm