Archived
1
0
Fork 0

Fix for loop for FreeBSD

This commit is contained in:
Mercier Pierre-Olivier 2013-10-01 00:08:40 +02:00
parent 6fa013ff14
commit 140be16b5c

View file

@ -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