Package: bash-static Version: 4.1-3 Severity: normal
using bash-static as a login shell on debian squeeze. i want to "scp" a file cleanup.sh from this very machine to another one: > # scp cle<TAB> resulting in: > # scp cle-bash-static: warning: setlocale: LC_CTYPE: cannot change locale > (en_US.UTF-8) > -bash-static: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8) > anup.sh auto complete works thou as you can see by the third line where bash-static adds "anup.sh" this does not happen if: 1. i use /bin/bash as a login shell, or 2. i start "bash-static" after login as a regular program. > # locale > LANG=en_US.UTF-8 > LANGUAGE=en_US:en > LC_CTYPE="en_US.UTF-8" > LC_NUMERIC="en_US.UTF-8" > LC_TIME="en_US.UTF-8" > LC_COLLATE="en_US.UTF-8" > LC_MONETARY="en_US.UTF-8" > LC_MESSAGES="en_US.UTF-8" > LC_PAPER="en_US.UTF-8" > LC_NAME="en_US.UTF-8" > LC_ADDRESS="en_US.UTF-8" > LC_TELEPHONE="en_US.UTF-8" > LC_MEASUREMENT="en_US.UTF-8" > LC_IDENTIFICATION="en_US.UTF-8" > LC_ALL= bash-completion 1:1.2-2 > # grep LC /etc/ssh/sshd_config > #AcceptEnv LANG LC_* > # set|egrep "(LC|LANG)" > LANG=en_US.UTF-8 > LANGUAGE=en_US:en > MAILCHECK=60 > local LC_CTYPE=C; thanks, raoul -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

