Remove unused variable

This commit is contained in:
Eduard Tolosa 2018-12-25 16:55:08 -05:00
parent 50f84c4be9
commit 2cda15e3af

View file

@ -3,7 +3,6 @@
basebuilddir="$HOME/.simpleaur/Build"
pkgdown="$HOME/.simpleaur/pkgbuilds"
lockfile="$basebuilddir/simpleaur.lock"
PKGDEST="$HOME/.simpleaur/Build/pkg"
# prefer terminal safe colored and bold text when tput is supported - /usr/share/makepkg/util/message.sh
if tput setaf 0 &>/dev/null; then