1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Correct a typo which caused the W32 server always to be installed

This commit is contained in:
Jean-Marc Zucconi 1995-02-20 22:14:46 +00:00
parent cd211f014f
commit 0c494b31d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1010
6 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@ echo -n "default server to install. [none] "
read answ
if [ X$answ = X ]; then answ=none; fi
if [ $answ != none ]; then
echo "#define ServerToInstall XF86_$i" >>$F
echo "#define ServerToInstall XF86_$answ" >>$F
fi
cat >> $F <<END

View File

@ -83,7 +83,7 @@ echo -n "default server to install. [none] "
read answ
if [ X$answ = X ]; then answ=none; fi
if [ $answ != none ]; then
echo "#define ServerToInstall XF86_$i" >>$F
echo "#define ServerToInstall XF86_$answ" >>$F
fi
cat >> $F <<END

View File

@ -83,7 +83,7 @@ echo -n "default server to install. [none] "
read answ
if [ X$answ = X ]; then answ=none; fi
if [ $answ != none ]; then
echo "#define ServerToInstall XF86_$i" >>$F
echo "#define ServerToInstall XF86_$answ" >>$F
fi
cat >> $F <<END

View File

@ -83,7 +83,7 @@ echo -n "default server to install. [none] "
read answ
if [ X$answ = X ]; then answ=none; fi
if [ $answ != none ]; then
echo "#define ServerToInstall XF86_$i" >>$F
echo "#define ServerToInstall XF86_$answ" >>$F
fi
cat >> $F <<END

View File

@ -83,7 +83,7 @@ echo -n "default server to install. [none] "
read answ
if [ X$answ = X ]; then answ=none; fi
if [ $answ != none ]; then
echo "#define ServerToInstall XF86_$i" >>$F
echo "#define ServerToInstall XF86_$answ" >>$F
fi
cat >> $F <<END

View File

@ -83,7 +83,7 @@ echo -n "default server to install. [none] "
read answ
if [ X$answ = X ]; then answ=none; fi
if [ $answ != none ]; then
echo "#define ServerToInstall XF86_$i" >>$F
echo "#define ServerToInstall XF86_$answ" >>$F
fi
cat >> $F <<END