]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- drop "
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 3 Mar 2005 15:01:46 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox.sh -> 1.6

mozilla-firefox.sh

index 98133d6657ca8e10569863b80395aeb9d2fcc116..71edd8debc1ce403a216a1f7fe4c3d16440e1579 100644 (file)
@@ -9,8 +9,8 @@ fi
 
 MOZILLA_FIVE_HOME=$LIBDIR
 
-MOZLOCALE="$(/usr/bin/locale | grep "^LC_MESSAGES=" | sed "s|LC_MESSAGES=||g")"
-eval MOZLOCALE="$(echo $MOZLOCALE | sed "s|_\([^.]*\).*|-\1|g")"
+MOZLOCALE="$(/usr/bin/locale | grep "^LC_MESSAGES=" | sed -e "s|LC_MESSAGES=||g" -e "s|\"||g" )"
+eval MOZLOCALE="$(echo $MOZLOCALE | sed -e "s|_\([^.]*\).*|-\1|g")"
 
 [ -f $MOZILLA_FIVE_HOME/chrome/$MOZLOCALE.jar ] && MOZARGS="-UILocale $MOZLOCALE"
 
This page took 0.105161 seconds and 4 git commands to generate.