summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 10:25:30 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 10:25:30 +0200
commit71d47a343cfaa5dc8f00ea0cea3374b6cadc7cb6 (patch)
treebd84e7f2db2b1cd0a5b3831e9ad3287d43870378
parentf7ec0751f99cded4101fac5daf8a24c36d018e8e (diff)
Fixed make output
-rwxr-xr-xopentox-webservices.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index fb733e8..df7a07d 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -70,7 +70,7 @@ cd "libfminer/libbbrc">>$LOG 2>&1
cmd="make ruby" && run_cmd "$cmd" "Make BBRC"
cd ->>$LOG 2>&1
cd "libfminer/liblast">>$LOG 2>&1
-cmd="make ruby" && run_cmd "$cmd" "Make BBRC"
+cmd="make ruby" && run_cmd "$cmd" "Make LAST"
cd ->>$LOG 2>&1
cd "$DIR"