mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-31 10:23:25 +01:00
remove check for TERMBUILD
This commit is contained in:
parent
b309ca5f27
commit
77e0adccf1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ if [ ! -e $SBOPKG_CONF ]; then
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
. $SBOPKG_CONF
|
. $SBOPKG_CONF
|
||||||
for VAR in RSYNCMIRROR SLACKVER LOCALREPO SRCDIR TMP OUTPUT KEEPLOG TERMBUILD RSYNCFLAGS WGETFLAGS; do
|
for VAR in RSYNCMIRROR SLACKVER LOCALREPO SRCDIR TMP OUTPUT KEEPLOG RSYNCFLAGS WGETFLAGS; do
|
||||||
if [ -z "${!VAR}" ]; then
|
if [ -z "${!VAR}" ]; then
|
||||||
MISSING+="$VAR "
|
MISSING+="$VAR "
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue