* [JGIT PATCH] Fix the build script to make jgit.jar, jgit.src non-executable
@ 2008-10-16 19:57 Shawn O. Pearce
0 siblings, 0 replies; only message in thread
From: Shawn O. Pearce @ 2008-10-16 19:57 UTC (permalink / raw)
To: Robin Rosenberg; +Cc: git
Silly copy and paste error included these unncessary chmods.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-16 19:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 19:57 [JGIT PATCH] Fix the build script to make jgit.jar, jgit.src non-executable Shawn O. Pearce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox