summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-12 12:12:43 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-12 12:12:43 +0200
commitfcaa3e224b61ee65756bc06f98c7010ba5398137 (patch)
treeb04f556c72d667670899e50c06b518073942e71b /opentox-webservices.sh
parentb3106bf37b94632f0cc3a4b99922868b7eea10fa (diff)
Fixed last-utils master checkout
Diffstat (limited to 'opentox-webservices.sh')
-rwxr-xr-xopentox-webservices.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index 1b71653..0b16ef3 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -82,6 +82,9 @@ $GIT checkout master >>$LOG 2>&1
$GIT pull >>$LOG 2>&1
cmd="make ruby" && run_cmd "$cmd" "Make LAST"
cd ->>$LOG 2>&1
+cd "last-utils">>$LOG 2>&1
+$GIT checkout master >>$LOG 2>&1
+$GIT pull >>$LOG 2>&1
cd "$DIR"