Fix 'check -p'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6286 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-08 18:08:14 +00:00
parent f35199fc6a
commit 6160e9c627

View File

@ -568,7 +568,7 @@ check_command() {
;; ;;
p*) p*)
PROFILE=Yes PROFILE=Yes
option=${option#d} option=${option#p}
;; ;;
d*) d*)
DEBUG=Yes; DEBUG=Yes;