diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/boca-submit-run-root | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/boca-submit-run-root b/tools/boca-submit-run-root index eb2528f..ad94aad 100755 --- a/tools/boca-submit-run-root +++ b/tools/boca-submit-run-root @@ -10,9 +10,10 @@ fi if [ "$1" == "list" ]; then if [ -d /root/submissions ]; then touch /root/submissions/placeholder.bocarun + touch /root/submissions/placeholder.bocarun.processed if [ "$2" == "old" ]; then for i in `ls /root/submissions/*.bocarun.processed`; do - if [ "$i" != "/root/submissions/placeholder.bocarun" ]; then + if [ "$i" != "/root/submissions/placeholder.bocarun.processed" ]; then prob=`grep ^problem $i` lang=`grep ^language $i` nam=`grep ^name $i` |