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:
teastep 2007-06-18 17:12:40 +00:00
parent 02e575aa46
commit 297102d5ac

View File

@ -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 ; }