From 91e1d598695d9b4ed6e1b5b32e035155e611bc89 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 17 Oct 2012 01:07:34 -0700 Subject: Fix for issue where else if would fail to pass arguments to commands. Also implements short-circuiting for and/or so that non-existent commands don't produce error messages. Fixes https://github.com/fish-shell/fish-shell/issues/345 Fixes https://github.com/fish-shell/fish-shell/issues/349 --- tests/test7.out | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test7.out') diff --git a/tests/test7.out b/tests/test7.out index 454240b4..903f1973 100644 --- a/tests/test7.out +++ b/tests/test7.out @@ -23,3 +23,4 @@ yep4.1 yep4.2 delta4.1 delta4.2 +epsilon5.2 -- cgit v1.2.3