diff options
Diffstat (limited to 'tools/boca-submit-run')
| -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 |