From 910dd5279d9417e3e1c7004b3a14f006c8981caf Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 6 May 2008 16:47:58 +0000 Subject: [PATCH] Fix a shell problem introduced by a previous bug correction --- debian/changelog | 7 +++++++ debian/roundcube-core.config | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 34e5dac..32e983d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/roundcube-core.config b/debian/roundcube-core.config index c85dc70..65b65a4 100644 --- a/debian/roundcube-core.config +++ b/debian/roundcube-core.config @@ -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 -- 2.39.2