mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +02:00
Fix another problem with LEAF Bering and the compiler
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3779 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3ad679e205
commit
559898a8c9
@ -8558,9 +8558,9 @@ compile_firewall() # $1 = File Name
|
||||
# END OVERLOADED FUNCTIONS
|
||||
#
|
||||
|
||||
STATEDIR=$(mktempdir)
|
||||
STATEDIR=$TMP_DIR/compiler_state/
|
||||
|
||||
[ -n "$STATEDIR" ] || fatal_error "Cannot create temporary directory in /tmp"
|
||||
mkdir $STATEDIR || fatal_error "Cannot create temporary directory in $TMP_DIR"
|
||||
|
||||
if [ $COMMAND = compile ]; then
|
||||
dir=$(dirname $1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user