Package: bash Version: 4.1-3 Severity: normal Open interactive bash and run the following commands
$ a="$(xrandr -q)" xrandr: Failed to get size of gamma for output default $ echo $a | grep ^Screen Screen 0: minimum 320 x 240, current 1600 x 900, maximum 1600 x 900 default connected 1600x900+0+0 0mm x 0mm 1600x900 50.0* 1440x900 51.0 1360x768 52.0 53.0 1280x800 54.0 1152x864 55.0 1024x768 56.0 960x600 57.0 960x540 58.0 840x525 59.0 60.0 800x600 61.0 62.0 720x450 63.0 700x525 64.0 680x384 65.0 66.0 640x480 67.0 68.0 512x384 69.0 320x240 70.0 $ xrandr -q | grep ^Screen xrandr: Failed to get size of gamma for output default Screen 0: minimum 320 x 240, current 1600 x 900, maximum 1600 x 900 Outputs are different because $() doesn't preserve new lines. -- System Information: Debian Release: 6.0.1 APT prefers stable APT policy: (500, 'stable'), (25, 'testing'), (20, 'unstable'), (10, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages bash depends on: ii base-files 6.0squeeze1 Debian base system miscellaneous f ii dash 0.5.5.1-7.4 POSIX-compliant shell ii debianutils 3.4 Miscellaneous utilities specific t ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libncurses5 5.7+20100313-5 shared libraries for terminal hand Versions of packages bash recommends: pn bash-completion <none> (no description available) Versions of packages bash suggests: pn bash-doc <none> (no description available) -- Configuration Files: /etc/bash.bashrc changed: [ -z "$PS1" ] && return shopt -s checkwinsize if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi PS1='${debian_chroot:+($debian_chroot)}\u@\h:\W\$ ' if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found ]; then function command_not_found_handle { # check because c-n-f could've been removed in the meantime if [ -x /usr/lib/command-not-found ]; then /usr/bin/python /usr/lib/command-not-found -- $1 return $? elif [ -x /usr/share/command-not-found ]; then /usr/bin/python /usr/share/command-not-found -- $1 return $? else return 127 fi } fi -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org