Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 0ee75ff4e44f1be88b3bd7204fe655717d704b37
Ticket: 1546827fffffffffffffffffffffffffffffffff
exec fails on explicit quotes
User & Date: dkf 2013-11-12 12:36:32
Changes

  1. assignee changed to: "aku"
  2. closedate changed to: "2456609.02537341"
  3. comment changed to:
    Win XP, 8.4.12
    
    % exec echo {"a b"}
    "a b\
    % exec echo {"a,b"}
    ,b"
    (the last also beeped, probably taking \a too 
    literally)
    Background: we need to call
    cacls \some\file /x /y "Authorized Users":f
    
    and I could no way to do this with exec - the last 
    word seems always to go wrong.
    
  4. login: "dkf"
  5. mimetype: "text/plain"
  6. severity changed to: "Minor"
  7. status changed to: "Closed"