Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: d2524f605fc242ea880abc0a18e5e5f49b0862b0c2922cb9fcee70abaebb5056
Ticket: 2821897fffffffffffffffffffffffffffffffff
Not appropiate exit msg in glob cmd
User & Date: stu 2018-06-14 13:03:16
Changes

  1. assignee changed to: "aku"
  2. closer changed to: "nobody"
  3. comment changed to:
    Executing glob command with repeated 'directroy' switch gives misleading exit message. For example:
    input: glob -dir / -dir /home
    output: "-directory" cannot be used with "-path"
    
    The same is in -path switch.
    
  4. icomment:
    Also with -path.
    
    % glob -path / -path / q
    "-path" cannot be used with "-directory"
    
    This situation demands some tests be written.
    
    Attached is a patch that passes the Tcl tests.
    
  5. login: "stu"
  6. mimetype: "text/plain"
  7. severity changed to: "Minor"
  8. username: "stu"