[ET Trac] [Einstein Toolkit] #68: GetComponents hang due to certificate issues.
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Fri Oct 26 10:22:39 CDT 2012
#68: GetComponents hang due to certificate issues.
---------------------------------+------------------------------------------
Reporter: diener@… | Owner: eric9
Type: defect | Status: reopened
Priority: major | Milestone: ET_2012_11
Component: GetComponents | Version: ET_2011_10
Resolution: | Keywords:
---------------------------------+------------------------------------------
Comment (by rhaas):
to escape, I think:
{{{#!perl
$cmd =~ s/'/'\\''/g;
}}}
will do the trick, since inside single quotes no special characters are
considered and the bash will concatenate it like so:
{{{#!sh
a='ab'\''cd'
echo $a
ab'cd
}}}
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/68#comment:15>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list