From 140be16b5c001111a199873a9eb5e874b3f3ad27 Mon Sep 17 00:00:00 2001 From: Mercier Pierre-Olivier Date: Tue, 1 Oct 2013 00:08:40 +0200 Subject: [PATCH] Fix for loop for FreeBSD --- commands/first-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/first-install.sh b/commands/first-install.sh index 706e3e1..8cfad19 100755 --- a/commands/first-install.sh +++ b/commands/first-install.sh @@ -10,7 +10,7 @@ KERNEL=`uname -s` if [ "$KERNEL" = "FreeBSD" ] then - for PK in $FBSD_PACKAGES_LIST + for PK in `echo $FBSD_PACKAGES_LIST` do if ! pkg info "$PK" > /dev/null 2> /dev/null then