summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-20 23:58:31 -0700
committerIra Rice <irarice@gmail.com>2009-01-20 23:58:31 -0700
commit5dff1647df4a05d956b1e1978ec8918c420b9107 (patch)
treec1bfd18f300f4b503a1c0ab94e16544a77b1926c
parent6033a19dcb843462797dca3182a25bb89bfc002d (diff)
downloadmana-client-5dff1647df4a05d956b1e1978ec8918c420b9107.tar.gz
mana-client-5dff1647df4a05d956b1e1978ec8918c420b9107.tar.bz2
mana-client-5dff1647df4a05d956b1e1978ec8918c420b9107.tar.xz
mana-client-5dff1647df4a05d956b1e1978ec8918c420b9107.zip
Repaired the update.sh script.
Signed-off-by: Ira Rice <irarice@gmail.com>
-rwxr-xr-xupdate.sh4
1 files changed, 3 insertions, 1 deletions
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