Correct typo in the modified install scripts.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-02-18 08:21:50 -08:00
parent 59950a7242
commit f8057fed88
3 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ case "$LIBEXEC" in
;;
esac
if [ -n "INSTALLSYS" ]; then
if [ -z "$INSTALLSYS" ]; then
case $(uname) in
CYGWIN*)
INSTALLSYS=CYGWIN

View File

@ -149,7 +149,7 @@ CYGWIN=
INSTALLD='-D'
T='-T'
if [ -n "INSTALLSYS" ]; then
if [ -z "$INSTALLSYS" ]; then
case $(uname) in
CYGWIN*)
INSTALLSYS=CYGWIN

View File

@ -141,7 +141,7 @@ case "$PERLLIB" in
;;
esac
if [ -n "INSTALLSYS" ]; then
if [ -z "$INSTALLSYS" ]; then
case $(uname) in
CYGWIN*)
INSTALLSYS=CYGWIN