]> git.donarmstrong.com Git - roundcube.git/commitdiff
Fix a shell problem introduced by a previous bug correction
authorVincent Bernat <bernat@debian.org>
Tue, 6 May 2008 16:47:58 +0000 (16:47 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:27:14 +0000 (19:27 +0200)
debian/changelog
debian/roundcube-core.config

index 34e5dac0ecfb65cc9761df14d9ced0f60bb86525..32e983d4b943af9608d559e1db671d6e665e0e8c 100644 (file)
@@ -1,3 +1,10 @@
+roundcube (0.1.1-3) unstable; urgency=low
+
+  * Fix an error introduced when fixing bug #476803. Thanks to Micah
+    Anderson for spotting it (Closes: #479775).
+
+ -- Vincent Bernat <bernat@debian.org>  Tue, 06 May 2008 18:46:52 +0200
+
 roundcube (0.1.1-2) unstable; urgency=low
 
   * Comment by default Alias directive for tinymce in Apache configuration
index c85dc7024da11db032e7dbff1dbe18af958fe1bb..65b65a43f99594eea4c7585b27c83d49cc748c04 100644 (file)
@@ -18,7 +18,7 @@ if [ ! "$oldchoices" ] || [ "$instd_langs" != "$oldchoices" ]; then
        # Firs try to get the current choice in case of preseeding
        db_get roundcube/language || true
        locale="$RET"
-       if [ -n $locale -a -d /usr/share/roundcube/program/localization/$locale ]; then
+       if [ -n "$locale" -a -d "/usr/share/roundcube/program/localization/$locale" ]; then
           db_set roundcube/language $locale
        else
               # Try to guess the locale