diff options
| author | cassio <cassiopc@gmail.com> | 2015-08-10 04:47:50 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2015-08-10 04:47:50 +0000 |
| commit | 0c84724c228874c524ba9ca5a00b6ec91c8e2c3f (patch) | |
| tree | a108c346a46e329979fb156d902449ba37d2f532 /tools/boca-submit-run-aux | |
| parent | e9a96f5453e5675bfcc74c3c977720064575c423 (diff) | |
| download | boca-0c84724c228874c524ba9ca5a00b6ec91c8e2c3f.tar.gz boca-0c84724c228874c524ba9ca5a00b6ec91c8e2c3f.zip | |
fixes
Diffstat (limited to 'tools/boca-submit-run-aux')
| -rwxr-xr-x | tools/boca-submit-run-aux | 1 |
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 |