Closed GoogleCodeExporter closed 9 years ago
Somebody (the shell) ate the double-quotes around the format, and this hurts
because
of the newline.
Original comment by marc.girod
on 2 Mar 2009 at 3:50
$ ctx des -fmt '"%[owner]p\n"' vob:.
nobody
Now, this may be a workaround, but I am not sure how, where, and on what basis,
to
add the quotes back.
My previous comment has a flaw: the newline doesn't matter:
$ ctx des -fmt %[owner]p vob:.; echo
cleartool: Error: No match for wildcard: "des -fmt %[owner]p vob:.".
Original comment by marc.girod
on 2 Mar 2009 at 3:54
This is not specific to cygwin: it is an ipc problem:
$ perl -e 'use
ClearCase::Argv;ClearCase::Argv->ipc(1);$c=ClearCase::Argv->new({autochomp=>1});
$c->argv(qw(des
-fmt),q(%[owner]p\n),q(vob:.))->system'
cleartool: Error: No match for wildcard: "des -fmt %[owner]p\n vob:.".
Fixed in r203
Original comment by marc.girod
on 2 Mar 2009 at 7:54
Original issue reported on code.google.com by
marc.girod
on 2 Mar 2009 at 12:22