diff options
| author | cassio <cassiopc@gmail.com> | 2015-09-13 11:40:58 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2015-09-13 11:40:58 +0000 |
| commit | 0e7484e5c9e17e8eb21f5113774963605ddf1b87 (patch) | |
| tree | 54a8d57d9d5d10b33aad9a741bd9a275686ae377 /tools | |
| parent | 40ed6646e902830881fe2c530ce110d73f5a5a0b (diff) | |
| download | boca-0e7484e5c9e17e8eb21f5113774963605ddf1b87.tar.gz boca-0e7484e5c9e17e8eb21f5113774963605ddf1b87.zip | |
bug fixes for authentication
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/boca-submit-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boca-submit-run b/tools/boca-submit-run index d67c83f..1502c07 100755 --- a/tools/boca-submit-run +++ b/tools/boca-submit-run @@ -71,5 +71,5 @@ if [ -r "$5" ]; then [ -f "$temp" ] && rm -f $temp done else - echo "file $1 not found/readable" + echo "file $5 not found/readable" fi |