mirror of
https://gitlab.com/shorewall/code.git
synced 2025-05-31 15:05:39 +02:00
Fix syntax error in /sbin/shorewall
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5979 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
57c9efe389
commit
cbef878eab
@ -222,6 +222,11 @@ get_config() {
|
||||
compiler() {
|
||||
local sc=${SHELLSHAREDIR}/compiler
|
||||
local pc=${PERLSHAREDIR}/compiler.pl
|
||||
|
||||
startup_error() {
|
||||
echo " ERROR: $@" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
local command=$1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user