bugidutils - Bugs: bug #18945, Passing of language specific...

 
 

bug #18945: Passing of language specific options with arguments

Submitter:  Pedro J. Ruiz López <holzplatten>
Submitted:  Sat 03 Feb 2007 08:08:29 PM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  None Status:  Ready For Test
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 03 Feb 2007 08:08:29 PM UTC, original submission:  

Both mkid and stokid accept language specific options from command line. This works when the argument is passed right after the option or after an equal sign, but it doesn't work when there is some space between them.



$ LC_ALL="POSIX" xtokid --lang-opt=C:"-i $"
xtokid: option requires an argument -- i
Try `xtokid --help' for more information.

$ LC_ALL="POSIX" xtokid -l asm:"-k abd"
xtokid: option requires an argument -- k
Try `xtokid --help' for more information.

$ LC_ALL="POSIX" mkid -l asm:"--comment = :"
mkid: option requires an argument -- c
Try `mkid --help' for more information.



These examples don't give error:



$ LC_ALL="POSIX" mkid -l C:"--ignore= foo"
$ LC_ALL="POSIX" xtokid --lang-option=asm:"-c= :"


Pedro J. Ruiz López <holzplatten>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by holzplatten (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-08-13 holzplatten StatusConfirmed Ready For Test
    2007-02-05 holzplatten StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code