From 130619d6b07c691b1f34c56120020adaff09c49a Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Fri, 22 Aug 2014 18:05:28 -0700 Subject: Fix $SHLVL Due to being read-only, SHLVL wasn't being incremented properly for recursive invocations of fish. --- tests/test3.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test3.out') diff --git a/tests/test3.out b/tests/test3.out index d6cbdb9c..50563c05 100644 --- a/tests/test3.out +++ b/tests/test3.out @@ -21,3 +21,5 @@ Testing Universal Startup 2 Missing: Missing: +SHLVL: 1 +SHLVL: 2 -- cgit v1.2.3