* Axel Beckert <a...@debian.org>, 2015-05-11, 13:46:
$ tmperamental sh -c 'echo foo > /tmp/bla'
$ echo $?
0
$

didn't explode in a huge ball of fire. ;-)

You got the syntax right, but that triggered one or two bugs:

1) tmperamental(1) mangles arguments with spaces: #862165

2) dash uses open64 (even on amd64!?), and libtmperamental doesn't intercept this function. This was fixed in git in 2014:
https://github.com/paultag/tmperamental/commit/dcceba273111

--
Jakub Wilk

Reply via email to