So first off, quick question about the doc of multisubstitute, where it
reads under Options:
"If a backtick directive was given with the -i option..."

I don't get that. There's no backtick directive listed above, and
trying it use one doesn't seem to work ("unrecognized directive
backtick"). Am I missing something? Is this line not supposed to be
here, or?

 That line isn't supposed to be here anymore. It dates from a time when
backtick was a substitution command. Now backtick just puts its result
into an environment variable, and import/importas is the substitution
command, so the line is obsolete. Fixed in git, thanks. (Not fixed on the
website yet because I'm probably going to do a release in a few days
anyway.)


Then, speaking of backtick, seems it segfaults if ran w/out a prog to
exec into, e.g:

backtick var { pwd }

 Ew, that one was really stupid. Fixed, thanks.

--
 Laurent

Reply via email to