git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4456 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-27 20:20:24 +00:00
parent dd7bd174be
commit 09ba9d1bd6

View File

@ -1776,7 +1776,7 @@ strip_file_and_lib_load() # $1 = logical file name, $2 = library to load if the
strip_file $1 $f
if [ -s $TMP_DIR/$1 ];
if [ -s $TMP_DIR/$1 ]; then
lib_load $2 "A non-empty $1 file ($f)"
return 0
fi