aboutsummaryrefslogtreecommitdiff
path: root/tools/boca-submit-run
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2015-08-30 15:31:13 +0000
committercassio <cassiopc@gmail.com>2015-08-30 15:31:13 +0000
commite71b036c9ecab82d8d8e4bbcfe3657fd671fca75 (patch)
treec9b773b828d092b6e1c67f09307cf88453c5ba0b /tools/boca-submit-run
parent198dcd42b9a44a838020c05999dfb263ae1628e8 (diff)
downloadboca-e71b036c9ecab82d8d8e4bbcfe3657fd671fca75.tar.gz
boca-e71b036c9ecab82d8d8e4bbcfe3657fd671fca75.zip
small fixes
Diffstat (limited to 'tools/boca-submit-run')
-rwxr-xr-xtools/boca-submit-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boca-submit-run b/tools/boca-submit-run
index f78fbd6..78e79bd 100755
--- a/tools/boca-submit-run
+++ b/tools/boca-submit-run
@@ -63,7 +63,7 @@ if [ -r "$5" ]; then
$runaux $temp
if [ "$?" == "2" ]; then
echo "$BOCASERVER: time-out - this will automatically retry soon, you should not worry"
- $runroot "$BOCASERVER" "$user" "$pass" "$nom" "$5"
+ $runroot $temp
fi
rm $temp
done