← Back to team overview

gnome-split-team team mailing list archive

[Branch ~respawneral/gnome-split/mainline] Rev 269: Launcher script enhancement.

 

------------------------------------------------------------
revno: 269
committer: Guillaume Mazoyer <respawneral@xxxxxxxxx>
branch nick: gnome-split
timestamp: Sun 2011-12-25 01:41:47 +0100
message:
  Launcher script enhancement.
  
  Fix for arguments interpretation when they
  contain spaces.
modified:
  configure


--
lp:gnome-split
https://code.launchpad.net/~respawneral/gnome-split/mainline

Your team GNOME Split developers is subscribed to branch lp:gnome-split.
To unsubscribe from this branch go to https://code.launchpad.net/~respawneral/gnome-split/mainline/+edit-subscription
=== modified file 'configure'
--- configure	2011-06-25 08:55:50 +0000
+++ configure	2011-12-25 00:41:47 +0000
@@ -1508,7 +1508,7 @@
 	"-Djava.library.path=$libdir",
 	"-classpath tmp/classes:$JAVAGNOME_JAR:$DBUSJAVA_JAR:$DEBUGDIS_JAR:$DEBUGENA_JAR:$HEXDUMP_JAR:$UNIXSOCK_JAR",
 	"org.gnome.split.GnomeSplit",
-	"\$*") . "\n";
+	"\"\$@\"") . "\n";
 
 close LAUNCHER;
 
@@ -1529,7 +1529,7 @@
 	"-Djava.library.path=$libdir",
 	"-classpath $GNOME_SPLIT_JAR:$JAVAGNOME_JAR:$DBUSJAVA_JAR:$DEBUGDIS_JAR:$DEBUGENA_JAR:$HEXDUMP_JAR:$UNIXSOCK_JAR",
 	"org.gnome.split.GnomeSplit",
-	"\$*") . "\n";
+	"\"\$@\"") . "\n";
 
 close LAUNCHER;