[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#502934: marked as done (Found 2 bugs in pdksh)



Your message dated Wed, 27 Jun 2012 10:57:41 +0000 (UTC)
with message-id <Pine.BSM.4.64L.1206271056300.3110@herc.mirbsd.org>
and subject line Re: Found 2 bugs in pdksh
has caused the Debian Bug report #502934,
regarding Found 2 bugs in pdksh
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 owner@bugs.debian.org
immediately.)


-- 
502934: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502934
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package:    pdksh
Version:      5.2.14-30 
Bug1:
 
$ exit -1
ksh: exit: -1: unknown option
 
------------------------------------------------------
 
Bug2:
 
$ a=123456789
$ b=${a:0:3}
ksh:  :  bad substitution
 
------------------------------------------------------
Found in pdksh-5.2.14-30
 
Cheers.
 
Weizhong
 
 

--- End Message ---
--- Begin Message ---
Hi,

the first (exit -1) is not a bug, the correct syntax is 'exit -- -1',
as with most other POSIX commands. (Note that exit takes an integer
between 0 and 255, inclusive, nominally.)

The second is implemented since the pdksh → mksh migration.

bye,
//mirabilos
-- 
13:37⎜«Natureshadow» Deep inside, I hate mirabilos. I mean, he's a good
guy. But he's always right! In every fsckin' situation, he's right. Even
with his deeply perverted taste in software and borked ambition towards
broken OSes - in the end, he's damn right about it :(! […] works in mksh


--- End Message ---

Reply to: