tags 489627 + patch thanks Hi,
the attached patch fixes the bashism. Best regards Manuel
diff -Nur libglade-java-2.12.8.orig/doc/examples/runExample.sh.in libglade-java-2.12.8/doc/examples/runExample.sh.in
--- libglade-java-2.12.8.orig/doc/examples/runExample.sh.in 2008-07-07 19:07:41.000000000 +0200
+++ libglade-java-2.12.8/doc/examples/runExample.sh.in 2008-07-07 19:08:39.000000000 +0200
@@ -60,7 +60,7 @@
echo " `echo $JAVAC | awk '{print $1}'` and $JAVA - appear to be ok"
#Praise the users who use Free Software
-if [ "$JAVAC" == "gcj -C" -a "$JAVA" == "gij" ]; then
+if [ "$JAVAC" = "gcj -C" -a "$JAVA" = "gij" ]; then
echo
echo " You are using Open Source java"
echo " virtual machine and compiler: this is so good!"
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

