mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-23 14:08:45 +01:00
Fix typo
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4456 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
dd7bd174be
commit
09ba9d1bd6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user