From 5dff1647df4a05d956b1e1978ec8918c420b9107 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 20 Jan 2009 23:58:31 -0700 Subject: Repaired the update.sh script. Signed-off-by: Ira Rice --- update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 28dfeca1..b72539c4 100755 --- a/update.sh +++ b/update.sh @@ -21,8 +21,10 @@ else cd $file1 #execute the git command to download the client files git clone git://gitorious.org/tmw/aethyra.git + #change to the aethyra directory + cd $file; #issue the auto build script to compile the client - ./autobuild + ./autobuild.sh echo "congratulations on installing aethyra enjoy" exit 1; fi -- cgit v1.2.3-70-g09d2