Add -p and -d to 'check' command

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5756 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-30 03:35:03 +00:00
parent 0aa190e15f
commit 2b972d685b

View File

@ -444,6 +444,14 @@ check_command() {
EXPORT=Yes
option=${option#e}
;;
p*)
export PROFILE=Yes
option=${option#p}
;;
d*)
export DEBUG=Yes;
option=${option#d}
;;
*)
usage 1
;;