Remove spurious echos.

This commit is contained in:
David Tomaschik
2015-10-09 00:32:12 -07:00
parent 0da6ca2c47
commit 98455d4917

View File

@@ -212,9 +212,7 @@ BASEDIR=${BASEDIR:-$HOME/.skel}
MINIMAL=${MINIMAL:-0}
INSTALL_KEYS=${INSTALL_KEYS:-1}
TRUST_ALL_KEYS=${TRUST_ALL_KEYS:-0}
echo $INSTALL_PKGS
INSTALL_PKGS=${INSTALL_PKGS:-$((1 - ${MINIMAL}))}
echo $INSTALL_PKGS
# Check prerequisites
if [[ ! -d $BASEDIR ]] ; then