Code cleanup

This commit is contained in:
Pierre Pronchery 2014-10-03 13:23:00 +02:00
parent ef54e9374b
commit ea45db6036
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ _usage()
#main
clean=0
while getopts "cP:" "name"; do
while getopts "cP:" name; do
case "$name" in
c)
clean=1

View File

@ -55,7 +55,7 @@ _usage()
#main
clean=0
while getopts "cP:" "name"; do
while getopts "cP:" name; do
case "$name" in
c)
clean=1