From ea45db6036d82c5dd46515e80a4cebb48d0c732c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 3 Oct 2014 13:23:00 +0200 Subject: [PATCH] Code cleanup --- doc/scripts/shlint.sh | 2 +- doc/scripts/xmllint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/scripts/shlint.sh b/doc/scripts/shlint.sh index d66100d..23c1b3d 100755 --- a/doc/scripts/shlint.sh +++ b/doc/scripts/shlint.sh @@ -54,7 +54,7 @@ _usage() #main clean=0 -while getopts "cP:" "name"; do +while getopts "cP:" name; do case "$name" in c) clean=1 diff --git a/doc/scripts/xmllint.sh b/doc/scripts/xmllint.sh index c0f7cba..7e995ee 100755 --- a/doc/scripts/xmllint.sh +++ b/doc/scripts/xmllint.sh @@ -55,7 +55,7 @@ _usage() #main clean=0 -while getopts "cP:" "name"; do +while getopts "cP:" name; do case "$name" in c) clean=1