mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 14:48:51 +01:00
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:
parent
0aa190e15f
commit
2b972d685b
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user