diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2018-08-24 18:48:23 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2018-08-24 18:48:23 +0000 |
| commit | 41f8b3a82474d293323b344ccfa729594fc18bf9 (patch) | |
| tree | 4f2351b2039c9cdb088af4eb05b2d818939ad901 /doc/problemexamples/problemtemplate/run | |
| parent | 3cffb81354aac30059bef53406b6dcb96e262782 (diff) | |
| parent | 25e1cce50cc8c7cbbedc38675dd71e8a9944f451 (diff) | |
| download | boca-41f8b3a82474d293323b344ccfa729594fc18bf9.tar.gz boca-41f8b3a82474d293323b344ccfa729594fc18bf9.zip | |
Merge branch 'master' of ssh://github.com/cassiopc/boca
Diffstat (limited to 'doc/problemexamples/problemtemplate/run')
| -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 |