Package: console-common
Version: 0.7.57
The following will be outputted if it performs by dash:
[: 129: ==: unexpected operator
--- keymap.sh
+++ keymap.sh
@@ -53,7 +53,7 @@
ENV_FILE="none"
[ -r /etc/environment ] && ENV_FILE="/etc/environment"
[ -r /etc/default/locale ] && ENV_FILE="/etc/default/locale"
- [ $ENV_FILE == none ] && return
+ [ $ENV_FILE = none ] && return
for var in LANG LC_ALL LC_CTYPE; do
value=$(egrep "^[^#]*${var}=" $ENV_FILE | tail -n1 | cut -d= -f2
)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]