Fixed "make clean"

This commit is contained in:
Pierre Pronchery 2013-01-07 03:20:10 +01:00
parent 1530a4b844
commit d93685028d
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ _usage()
clean=0
install=0
uninstall=0
while getopts "iuP:" "name"; do
while getopts "ciuP:" name; do
case "$name" in
c)
clean=1

View File

@ -55,7 +55,7 @@ _usage()
clean=0
install=0
uninstall=0
while getopts "iuP:" "name"; do
while getopts "ciuP:" name; do
case "$name" in
c)
clean=1