Merge pull request #4074 from notspiff/add_missing_quotes

fixed: add missing quotes
This commit is contained in:
Stefan Saraev 2015-04-06 11:26:24 +03:00
commit 2b2c79c62d

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"