Remove unused variables
This commit is contained in:
parent
937613d215
commit
f6b3382fa3
3 changed files with 0 additions and 5 deletions
|
@ -6,7 +6,6 @@
|
||||||
sign=false
|
sign=false
|
||||||
verify=false
|
verify=false
|
||||||
build=false
|
build=false
|
||||||
setupenv=false
|
|
||||||
|
|
||||||
# Systems to build
|
# Systems to build
|
||||||
linux=true
|
linux=true
|
||||||
|
|
|
@ -12,8 +12,6 @@ VERIFIED_ROOT=$(cat "${DIR}/trusted-git-root")
|
||||||
VERIFIED_SHA512_ROOT=$(cat "${DIR}/trusted-sha512-root-commit")
|
VERIFIED_SHA512_ROOT=$(cat "${DIR}/trusted-sha512-root-commit")
|
||||||
REVSIG_ALLOWED=$(cat "${DIR}/allow-revsig-commits")
|
REVSIG_ALLOWED=$(cat "${DIR}/allow-revsig-commits")
|
||||||
|
|
||||||
HAVE_FAILED=false
|
|
||||||
|
|
||||||
HAVE_GNU_SHA512=1
|
HAVE_GNU_SHA512=1
|
||||||
[ ! -x "$(which sha512sum)" ] && HAVE_GNU_SHA512=0
|
[ ! -x "$(which sha512sum)" ] && HAVE_GNU_SHA512=0
|
||||||
|
|
||||||
|
|
|
@ -76,8 +76,6 @@ if [ -n "$1" ]; then
|
||||||
BASEDIR="$BASEDIR$RCSUBDIR.$RCVERSION/"
|
BASEDIR="$BASEDIR$RCSUBDIR.$RCVERSION/"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SIGNATUREFILE="$BASEDIR$SIGNATUREFILENAME"
|
|
||||||
else
|
else
|
||||||
echo "Error: need to specify a version on the command line"
|
echo "Error: need to specify a version on the command line"
|
||||||
exit 2
|
exit 2
|
||||||
|
|
Loading…
Reference in a new issue