Correct syntax error in installers

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-10-31 17:54:20 -07:00
parent 1358ec2d87
commit d1bad364e9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View 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