mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 06:10:42 +01:00
Fix configure
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5a350d1899
commit
3a967d66cf
2
Shorewall-core/configure
vendored
2
Shorewall-core/configure
vendored
@ -159,7 +159,7 @@ echo '#' > shore
|
||||
echo "# Created by Shorewall Core version $VERSION configure - " `date` >> shorewallrc
|
||||
echo '#' >> shorewallrc
|
||||
|
||||
if [ -n "$@" ]; then
|
||||
if [ $# -gt 0 ]; then
|
||||
echo "# Input: $@" >> shorewallrc
|
||||
echo '#' >> shorewallrc
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user