Package: ksh
Version: 93u+20120801-1
Severity: normal
Dear Maintainer,
* What led up to the situation?
I have worked with ksh88 before and I want to run existing scripts and
tests with ksh93 now.
* What exactly did you do (or not do) that was effective (or
ineffective)?
I have enabled 'set -u' and I have assigned $1 to a variable 'a'.
* What was the outcome of this action?
$ set -u
$ a=$1
ksh93 does not complain!
* What outcome did you expect instead?
ksh93 should complain printing the message
ksh: 1: parameter not set
-- System Information:
Debian Release: 7.8
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages ksh depends on:
ii libc6 2.13-38+deb7u6
ksh recommends no packages.
ksh suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]