Silly copy and paste error included these unncessary chmods. Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> --- make_jgit.sh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/make_jgit.sh b/make_jgit.sh index a15f73f..2969e6e 100755 --- a/make_jgit.sh +++ b/make_jgit.sh @@ -95,7 +95,6 @@ java org.spearce.jgit.pgm.build.JarLinkUtil \ -include org.spearce.jgit/bin2 \ -file META-INF/MANIFEST.MF=$T_MF \ >$O_JAR+ && -chmod 555 $O_JAR+ && mv $O_JAR+ $O_JAR && echo "Created $O_JAR." && @@ -103,7 +102,6 @@ java org.spearce.jgit.pgm.build.JarLinkUtil \ -include org.spearce.jgit/src \ -file META-INF/MANIFEST.MF=$T_MF \ >$O_SRC+ && -chmod 555 $O_SRC+ && mv $O_SRC+ $O_SRC && echo "Created $O_SRC." && -- 1.6.0.2.711.gf1ba4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html