From 56ab92bf13c68ed6601623e9e31787757f7338f3 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 23 Feb 2006 22:08:19 +0000 Subject: - Rebuild --- firefox.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index 2db40f3..2623007 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -161,6 +161,7 @@ case "$opt" in esac if [ "${USE_EXIST}" -eq "1" ] && [ "${ALREADY_RUNNING}" -eq "1" ]; then + opt=`echo -n "$opt" | sed -e 's/,/%2c/g' -e 's/ /%20/g'` # check to make sure that the command contains at least a :/ in it. echo $opt | grep -e ':/' 2>/dev/null > /dev/null RETURN_VAL=$? -- cgit