diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-20 23:58:31 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-20 23:58:31 -0700 |
commit | 5dff1647df4a05d956b1e1978ec8918c420b9107 (patch) | |
tree | c1bfd18f300f4b503a1c0ab94e16544a77b1926c /update.sh | |
parent | 6033a19dcb843462797dca3182a25bb89bfc002d (diff) | |
download | mana-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>
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |