forked from extern/shorewall_code
Correct syntax error in installers
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1358ec2d87
commit
d1bad364e9
@ -133,7 +133,7 @@ while [ $finished -eq 0 ]; do
|
||||
esac
|
||||
done
|
||||
|
||||
[ -n $(mywhich install) ] || { fatal_error "This installer requires the 'install' utility"
|
||||
[ -n $(mywhich install) ] || fatal_error "This installer requires the 'install' utility"
|
||||
|
||||
#
|
||||
# Read the RC file
|
||||
|
@ -151,7 +151,7 @@ while [ $finished -eq 0 ] ; do
|
||||
esac
|
||||
done
|
||||
|
||||
[ -n $(mywhich install) ] || { fatal_error "This installer requires the 'install' utility"
|
||||
[ -n $(mywhich install) ] || fatal_error "This installer requires the 'install' utility"
|
||||
|
||||
#
|
||||
# Read the RC file
|
||||
|
Loading…
Reference in New Issue
Block a user