Package: ksh
Version: 93s+20080202-1
Severity: normal

ksh prints a broken error message when an undefined
variable is referred in set -u mode:

Version:

  $ /bin/ksh --version
    version         sh (AT&T Research) 93s+ 2008-01-31

This is OK:

  $ /bin/ksh -c 'set -u;echo echo "[$CBA987654321]"'
  /bin/ksh: line 1: CBA987654321: parameter not set

This is not OK:

  $ /bin/ksh -c 'set -u;echo echo "[$DCBA987654321]"'
  /bin/ksh: line 1: DCBA987654321/bin/ksh: line 1: : parameter not set
  $ /bin/ksh -c 'set -u;echo echo "[$NMLKJIHGFEDCBA987654321]"'
  /bin/ksh: line 1: NMLKJIHGFEDCB/bin/ksh: line 1: : parameter not set

-- 
-- Name: SATOH Fumiyasu (fumiyas @ osstech co jp)
-- Business Home: http://www.OSSTech.co.jp/
-- Personal Home: http://www.SFO.jp/blog/



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