Kurtis Rader
8f22def8f7
return to psub --file
being the default
...
The recent change to switch `psub` to use `argparse` caused it to use
a fifo by default because it inadvertently fixed a long standing bug in
the fish script. This changes the behavior back to `psub --file` being
the default behavior and introduces a `--fifo` flag. It also updates the
documentation to make it clearer when and why `--fifo` mode should not
be used.
Fixes #4222
2017-07-17 14:33:51 -07:00
Eugene Sharygin
5db811253e
psub: add -s, --suffix
2015-11-14 13:15:30 +01:00
ridiculousfish
4b6639f697
Allow # within string tokens
...
This means that # must be the first character of the string
to start a comment, in line with other shells
Fixes #953
2014-11-01 21:06:16 -07:00
ridiculousfish
fa588db148
Fix to swallow BOMs in sourced files
...
Fixes #1518
2014-11-01 16:25:28 -07:00
Kevin Ballard
33a76e1f8e
Update psub for the new --inherit-variable flag
...
Also do some minor formatting cleanup, make psub return 1 when executed
outside of a command substitution, and make it respect $TMPDIR.
2014-10-02 18:41:39 -07:00
ridiculousfish
b01d09d704
Set the job property of block_t before expanding arguments associated
...
with the job, fixing psub. Fixes #1394
2014-04-02 00:32:08 -07:00
ridiculousfish
d232a0f951
Implement status -n (line number) with new parser
2014-03-01 16:04:13 -08:00
ridiculousfish
bc43409624
Expand the variable name as an ordinary parameter in for loops. Added
...
test for it too.
2014-02-21 18:20:51 -08:00
ridiculousfish
a42711e31c
Support for break/continue with new parser execution
2013-12-28 22:52:06 -08:00
ridiculousfish
640118e781
Cleanup of code that decides whether or not to fork. Fix for issue where stderr may be output twice.
2013-06-16 23:26:43 -07:00
Jan Kanis
af3059ab2a
Allow 'emit' to accept event arguments
2012-12-20 16:13:00 +01:00
Jan Kanis
1f0ae8b06d
fixed #449 , added test
2012-12-20 16:11:46 +01:00