From f2078de021f96ae4de1874b21bc753764ee5dcf8 Mon Sep 17 00:00:00 2001 From: div0 Date: Tue, 9 Sep 2008 07:07:44 +0000 Subject: [PATCH] oops in makebuild.sh git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4430 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- misc/makebuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/makebuild.sh b/misc/makebuild.sh index 09d90e1d0..094edf5e4 100755 --- a/misc/makebuild.sh +++ b/misc/makebuild.sh @@ -7,6 +7,8 @@ set -e # version=2.5 make a FINAL build # tag=FOO insert FOO before the date in build names +base=`pwd` + # customizable specific stuff basepk3=$base/data20080229.pk3 # 2.4 hotbasepk3= # hotfix @@ -27,8 +29,6 @@ newest=NEWEST aft="perl -I/chroot/debian-etch/usr/share/aft /chroot/debian-etch/usr/bin/aft" # end system specific stuff -base=`pwd` - case "$pw" in '') zipflags= -- 2.39.2