From 89e70ff23ff563765c3f9f4ce5bbfe74090de616 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 25 Jan 2010 10:55:21 +0000 Subject: [PATCH] woops.. set -x ;) --- curlinstall | 1 - 1 file changed, 1 deletion(-) diff --git a/curlinstall b/curlinstall index fe0b3c902..8da8d3d21 100755 --- a/curlinstall +++ b/curlinstall @@ -4,7 +4,6 @@ OUTF="curl-latest.tar.gz" OUTD="curl-latest" ARESPATH="`pwd`/extras/c-ares" CARESVERSION="1.6.0" -set -x if [ ! -f "Unreal.nfo" ]; then echo "Please run this program from your UnrealIRCd directory" echo "(usually $HOME/Unreal3.2 or something like that)"