forked from extern/shorewall_code
Remove some cruft from the Shorewall-shell compiler
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6585 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
02e575aa46
commit
297102d5ac
@ -5696,16 +5696,8 @@ usage() {
|
||||
#
|
||||
# Start trace if first arg is "debug"
|
||||
#
|
||||
debug='-w'
|
||||
|
||||
[ $# -gt 1 ] && [ "$1" = "debug" ] && { set -x ; shift ; }
|
||||
|
||||
if [ "$PROFILE" ]; then
|
||||
debug='-wd:DProf'
|
||||
elif [ "$DEBUG" ]; then
|
||||
debug='-wd'
|
||||
fi
|
||||
|
||||
NOLOCK=
|
||||
|
||||
[ $# -gt 1 ] && [ "$1" = "nolock" ] && { NOLOCK=Yes; shift ; }
|
||||
|
Loading…
Reference in New Issue
Block a user