diff options
Diffstat (limited to 'doc/problemexamples/problemtemplate/compile/java')
| -rw-r--r-- | doc/problemexamples/problemtemplate/compile/java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/problemexamples/problemtemplate/compile/java b/doc/problemexamples/problemtemplate/compile/java index bab8a88..3d3f88e 100644 --- a/doc/problemexamples/problemtemplate/compile/java +++ b/doc/problemexamples/problemtemplate/compile/java @@ -73,7 +73,7 @@ if [ "${name##*.}" == "zip" -a "${name##*.}" == "ZIP" ]; then name=`basename $name .ZIP` fi else - cp $name src + cp "$name" src fi chown -R $bocau src chmod -R 700 src |