forked from extern/shorewall_code
Remove redundant test
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
502e98eb9f
commit
f411f7dd31
@ -212,7 +212,7 @@ get_config() {
|
||||
fi
|
||||
|
||||
if [ -z "${g_export}${g_test}" ]; then
|
||||
if [ -n "$SHOREWALL_SHELL" -a -z "$g_export" ]; then
|
||||
if [ -n "$SHOREWALL_SHELL" ]; then
|
||||
if [ ! -x "$SHOREWALL_SHELL" ]; then
|
||||
echo " WARNING: The program specified in SHOREWALL_SHELL does not exist or is not executable; falling back to /bin/sh" >&2
|
||||
SHOREWALL_SHELL=/bin/sh
|
||||
|
Loading…
Reference in New Issue
Block a user