mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #4074 from notspiff/add_missing_quotes
fixed: add missing quotes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user