Your message dated Sun, 20 Apr 2008 12:51:35 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: /etc/skel/.bashrc: PROMPT_COMMAND='... ${PWD/$HOME/~} ...'
has caused the Debian Bug report #382738,
regarding /etc/skel/.bashrc: PROMPT_COMMAND='... ${PWD/$HOME/~} ...'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
382738: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382738
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bash
Version: 3.1-5
Severity: minor
File: /etc/skel/.bashrc
In line 39:
PROMPT_COMMAND='echo -ne "\033]0;[EMAIL PROTECTED]: ${PWD/$HOME/~}\007"'
the "${parameter/match/replace}" should be anchored:
PROMPT_COMMAND='echo -ne "\033]0;[EMAIL PROTECTED]: ${PWD/#$HOME/~}\007"'
since tilde expansion is only effective (and should only be emulated) at
the beginning of a pathname string.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages bash depends on:
ii base-files 3.1.13 Debian base system miscellaneous f
ii debianutils 2.17 Miscellaneous utilities specific t
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libncurses5 5.5-2 Shared libraries for terminal hand
bash recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.2-2
this is obsolete now, PROMPT_COMMAND isn't used anymore.
--- End Message ---