From 5508d1dd125762fc907cc31cd5efab38dd0685b1 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 3 Aug 2017 13:45:55 -0700 Subject: [PATCH] Fix space in quiet check in BootstrapArchCommon --- letsencrypt-auto-source/letsencrypt-auto | 2 +- letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto index 7fe61a19c..4528a2bf3 100755 --- a/letsencrypt-auto-source/letsencrypt-auto +++ b/letsencrypt-auto-source/letsencrypt-auto @@ -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 diff --git a/letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh b/letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh index c3959484b..e9d91fe70 100755 --- a/letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh +++ b/letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh @@ -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