fixed: add missing quotes

terminal output might be blank
This commit is contained in:
Arne Morten Kvarving 2015-04-06 00:31:17 +02:00
parent c5220b43f7
commit 520dacb3b4

View File

@ -43,7 +43,7 @@ if [ -n "$PKG_URL" ]; then
mkdir -p $SOURCES/$1
if [ -f "$STAMP" ]; then
[ `cat $STAMP` = "$i" ] && continue
[ "`cat $STAMP`" = "$i" ] && continue
fi
DL="yes"