f-spot r3908 - trunk/src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3908 - trunk/src
- Date: Tue, 13 May 2008 09:32:57 +0100 (BST)
Author: sdelcroix
Date: Tue May 13 08:32:57 2008
New Revision: 3908
URL: http://svn.gnome.org/viewvc/f-spot?rev=3908&view=rev
Log:
fix arg parsing
Modified:
trunk/src/f-spot.in
Modified: trunk/src/f-spot.in
==============================================================================
--- trunk/src/f-spot.in (original)
+++ trunk/src/f-spot.in Tue May 13 08:32:57 2008
@@ -21,7 +21,7 @@
[ -n "$FSPOT_PROFILE" ] && FSPOT_PROFILE="--profile=$FSPOT_PROFILE"
run_mdb=false
run_gdb=false
-for arg in $*; do
+for arg in "$@"; do
case "x$arg" in
x--debug)
FSPOT_DEBUG="$arg"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]