diff options
Diffstat (limited to 'doc/problemexamples')
| -rwxr-xr-x | doc/problemexamples/problemtemplate/run/java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/problemexamples/problemtemplate/run/java b/doc/problemexamples/problemtemplate/run/java index 4cec4ee..40964cd 100755 --- a/doc/problemexamples/problemtemplate/run/java +++ b/doc/problemexamples/problemtemplate/run/java @@ -186,6 +186,7 @@ if [ $ret -gt 10 ]; then echo "> > > Nonzero return code - possible runtime error - do check < < <" fi ret=9 + fi fi if [ -f stdout0 ]; then cat stdout0 |