mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-27 10:03:41 +01:00
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:
parent
f35199fc6a
commit
6160e9c627
@ -568,7 +568,7 @@ check_command() {
|
|||||||
;;
|
;;
|
||||||
p*)
|
p*)
|
||||||
PROFILE=Yes
|
PROFILE=Yes
|
||||||
option=${option#d}
|
option=${option#p}
|
||||||
;;
|
;;
|
||||||
d*)
|
d*)
|
||||||
DEBUG=Yes;
|
DEBUG=Yes;
|
||||||
|
Loading…
Reference in New Issue
Block a user