dist.src/bin/uwproj

changeset 90
a13789dd1cfb
parent 50
d26da280c934
--- a/dist.src/bin/uwproj	Wed Oct 11 20:41:26 2023 +0200
+++ b/dist.src/bin/uwproj	Sun Oct 15 19:20:41 2023 +0200
@@ -1,8 +1,4 @@
 #!/bin/sh
 
 PREFIX=%%PREFIX%%
-
-java -jar $PREFIX/lib/uwproj/uwproj-${project.version}.jar "$@"
-if [ $? -eq 0 ]; then
-	chmod +x configure
-fi
+java -jar "$PREFIX/lib/uwproj/uwproj-${project.version}.jar" "$@"

mercurial