Package: csh
Version: 20070713-1
Severity: critical
Justification: causes serious data loss


The problem is described below:

On this system, there is a simple C shell script named "test.csh".

x...@debian:~$ cat test.csh
#!/bin/csh
set FC=ifort
switch ($FC)
  case ifort:
# This is the expected case, which displays "ifort" on stdout.
    echo $FC
    breaksw
  default:
    echo "a bug here?"
    exit 4
endsw
x...@debian:~$ chmod 755 test.csh
x...@debian:~$ ./test.csh
a bug here?

On some other *NIX systems, the expected string "ifort" can be shown.

Best regards,

Xin Wu


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages csh depends on:
ii libc6 2.7-18lenny2 GNU C Library: Shared libraries

csh recommends no packages.

csh suggests no packages.

-- 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

Reply via email to