mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
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
|
esac
|
||||||
done
|
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
|
# Read the RC file
|
||||||
|
@ -151,7 +151,7 @@ while [ $finished -eq 0 ] ; do
|
|||||||
esac
|
esac
|
||||||
done
|
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
|
# Read the RC file
|
||||||
|
Loading…
Reference in New Issue
Block a user