mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
fixed: add missing quotes
terminal output might be blank
This commit is contained in:
parent
c5220b43f7
commit
520dacb3b4
@ -43,7 +43,7 @@ if [ -n "$PKG_URL" ]; then
|
|||||||
mkdir -p $SOURCES/$1
|
mkdir -p $SOURCES/$1
|
||||||
|
|
||||||
if [ -f "$STAMP" ]; then
|
if [ -f "$STAMP" ]; then
|
||||||
[ `cat $STAMP` = "$i" ] && continue
|
[ "`cat $STAMP`" = "$i" ] && continue
|
||||||
fi
|
fi
|
||||||
DL="yes"
|
DL="yes"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user