aboutsummaryrefslogtreecommitdiff
path: root/tools/boca-submit-run-aux
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2015-08-10 04:47:50 +0000
committercassio <cassiopc@gmail.com>2015-08-10 04:47:50 +0000
commit0c84724c228874c524ba9ca5a00b6ec91c8e2c3f (patch)
treea108c346a46e329979fb156d902449ba37d2f532 /tools/boca-submit-run-aux
parente9a96f5453e5675bfcc74c3c977720064575c423 (diff)
downloadboca-0c84724c228874c524ba9ca5a00b6ec91c8e2c3f.tar.gz
boca-0c84724c228874c524ba9ca5a00b6ec91c8e2c3f.zip
fixes
Diffstat (limited to 'tools/boca-submit-run-aux')
-rwxr-xr-xtools/boca-submit-run-aux1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/boca-submit-run-aux b/tools/boca-submit-run-aux
index 330c3df..1469af3 100755
--- a/tools/boca-submit-run-aux
+++ b/tools/boca-submit-run-aux
@@ -37,6 +37,7 @@ if [ "$?" == "0" ]; then
if [ "$code" != "" ]; then
echo -n "&pasthash=$code" >> $temp
if [ "$dateerr" != "" ]; then
+ echo -n "&pastabs=${dateerr}"
let "dateerr = `date +%s` - $dateerr"
echo -n "&pastval=${dateerr}"
fi