More capitalizing global variable names -- take 3

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2541 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-08-23 21:35:56 +00:00
parent edb36a83b0
commit 58e00883c1

View File

@ -47,7 +47,7 @@ my_mutex_on() {
} }
my_mutex_off() { my_mutex_off() {
[ -n "$have_mutex" ] && { mutex_off; HAVE_MUTEX=; } [ -n "$HAVE_MUTEX" ] && { mutex_off; HAVE_MUTEX=; }
} }
# #