------------------------------------------------------------
revno: 269
committer: Guillaume Mazoyer <[email protected]>
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;
 

_______________________________________________
Mailing list: https://launchpad.net/~gnome-split-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~gnome-split-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to