diff options
| author | cassio <cassiopc@gmail.com> | 2015-08-30 15:33:04 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2015-08-30 15:33:04 +0000 |
| commit | 9a3077369831bc66fd51bc9c5c276980dd74e046 (patch) | |
| tree | aada902941be56656736616aac7b654f3e1ad6ed | |
| parent | e71b036c9ecab82d8d8e4bbcfe3657fd671fca75 (diff) | |
| download | boca-9a3077369831bc66fd51bc9c5c276980dd74e046.tar.gz boca-9a3077369831bc66fd51bc9c5c276980dd74e046.zip | |
typo
| -rwxr-xr-x | tools/boca-submit-run-root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boca-submit-run-root b/tools/boca-submit-run-root index 8a9fed7..a6d205a 100755 --- a/tools/boca-submit-run-root +++ b/tools/boca-submit-run-root @@ -12,7 +12,7 @@ if [ "$fnam" != "" -a -r "$fnam" ]; then chmod 700 /root/submissions nom=/root/submissions/`date +%s%N`.bocarun.tmp - cat $fnam | tr -cd '[[:alnum:]]._+-/= ' > "$nom" + cat "$fnam" | tr -cd '[[:alnum:]]._+-/= ' > "$nom" echo "dateerr=`date +%s`" >> "$nom" uniq=`date +%sN`-`sha256sum "$1"` |