diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-02-21 11:46:42 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-02-21 11:46:42 (EST) |
commit | 03fbf48e2e08fcd2d65c0bd16efb900d024d9dc2 (patch) | |
tree | 83a65b6b3a782144996ec8482d2effef7700c59f /eshtrans/frontend | |
parent | c9f95bf852092d8b1640b92f1c31e84420bb51dd (diff) | |
download | eggshell-03fbf48e2e08fcd2d65c0bd16efb900d024d9dc2.zip eggshell-03fbf48e2e08fcd2d65c0bd16efb900d024d9dc2.tar.gz eggshell-03fbf48e2e08fcd2d65c0bd16efb900d024d9dc2.tar.bz2 |
eshtrans/frontend: Accept leading linebreaks
Diffstat (limited to 'eshtrans/frontend')
-rw-r--r-- | eshtrans/frontend/parser.esh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eshtrans/frontend/parser.esh b/eshtrans/frontend/parser.esh index d49fa77..4757d76 100644 --- a/eshtrans/frontend/parser.esh +++ b/eshtrans/frontend/parser.esh @@ -60,6 +60,7 @@ ptrace_fail() complete_command() { + linebreak if list; then separator return 0 |