From 6a532dd4e6b853ea3c8e5694f57295e8a3b191f7 Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 26 Aug 2014 08:33:49 +0100 Subject: few minor fixes and possibility of having a hotstandby bkp --- doc/problemexamples/problemtemplate/compile/java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/problemexamples/problemtemplate/compile/java') 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 -- cgit v1.2.3