fixed typo

This commit is contained in:
Alex Kaplan 2015-12-28 21:13:57 -08:00
parent 891eabd8ea
commit 0e5a1b7e6c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ while getopts "ufdb:w:B:" opt; do
;;
w)
WHAT="$OPTARG"
echo "WHAT = ${BRANCH}"
echo "WHAT = ${WHAT}"
;;
d)
echo "debian selected"