1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 19:03:12 +02:00

then again, that didn't work

This commit is contained in:
Bram Matthys
2006-06-08 11:10:28 +00:00
parent 9d8854164f
commit c0d8bf3330
+4 -3
View File
@@ -85,7 +85,7 @@ ARG="$ARG $EXTRAPARA "
CONF="./configure $ARG" CONF="./configure $ARG"
echo $CONF echo $CONF
$CONF || exit 1 $CONF || exit 1
cd . cd "$UNREALCWD"
if [ "$CRYPTOIRCD" = "1" ] ; then if [ "$CRYPTOIRCD" = "1" ] ; then
if [ ! -f server.req.pem ]; then if [ ! -f server.req.pem ]; then
export OPENSSLPATH export OPENSSLPATH
@@ -278,6 +278,7 @@ done
} }
c="" c=""
n="" n=""
UNREALCWD="`pwd`"
NOSPOOF="" NOSPOOF=""
DPATH="`pwd`" DPATH="`pwd`"
SPATH="`pwd`/src/ircd" SPATH="`pwd`/src/ircd"
@@ -337,7 +338,7 @@ while [ $# -ge 1 ] ; do
. ./config.settings . ./config.settings
fi fi
RUN_CONFIGURE RUN_CONFIGURE
cd . cd "$UNREALCWD"
exit 0 exit 0
elif [ $1 = "-clean" -o $1 = "-C" ] ; then elif [ $1 = "-clean" -o $1 = "-C" ] ; then
CLEAN="1" CLEAN="1"
@@ -855,7 +856,7 @@ EXTRAPARA="$EXTRAPARA"
ADVANCED="$ADVANCED" ADVANCED="$ADVANCED"
__EOF__ __EOF__
RUN_CONFIGURE RUN_CONFIGURE
cd . cd "$UNREALCWD"
cat << __EOF__ cat << __EOF__
_______________________________________________________________________ _______________________________________________________________________