From 27df727ca11dfeac74214609771eacfccd4d5c08 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Sun, 3 Oct 2010 11:46:26 +0800 Subject: don't parse the options that should be passed to fish scripts This commit makes fish_parse_opt stop at first non-option argument, which expected as fish script name and pass the remaining argument to that script. I also updated the test cases. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 43bbc2cc..db577630 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,5 @@ share/man/ toc.txt user_doc/ xsel-0.9.6/ -tests/tmp.out -tests/tmp.err -tests/tmp.status +tests/*tmp.* tests/foo.txt -- cgit v1.2.3