diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-24 05:38:51 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-24 05:38:51 +0100 |
commit | c162bcdcd1c5cb000a8ceaf4413d4abdfa6e3dfc (patch) | |
tree | 32c30a25af4c5ee92629dd370cc41b9457e50830 /shell/hush_test/hush-misc/source1.right | |
parent | 3eab24e64a65746ed9fcc5bed3e9a19a489b0573 (diff) |
hush: document a bug about aborting on sourced file error when non-interactive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/source1.right')
-rw-r--r-- | shell/hush_test/hush-misc/source1.right | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/source1.right b/shell/hush_test/hush-misc/source1.right new file mode 100644 index 000000000..d4256034b --- /dev/null +++ b/shell/hush_test/hush-misc/source1.right @@ -0,0 +1,5 @@ +hush: syntax error: unterminated ${name} +line2 +Ok1:0 +hush: syntax error: unterminated ' +Ok2:1 |