diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2018-02-02 17:58:46 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2018-02-02 17:58:46 +0000 |
| commit | 88c4991474cb11f8b2057989c9804bccfa0f3250 (patch) | |
| tree | a604dc0d3381826349e74646a5a8f958d6c9987a /doc/problemexamples/problemtemplate | |
| parent | 9a11d23c8855dc62a785d30a5f5c36d26115dfb2 (diff) | |
| download | boca-88c4991474cb11f8b2057989c9804bccfa0f3250.tar.gz boca-88c4991474cb11f8b2057989c9804bccfa0f3250.zip | |
problemtemplate/run/java: Fix missing 'fi'
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
Diffstat (limited to 'doc/problemexamples/problemtemplate')
| -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 |