diff options
Diffstat (limited to 'shells/bash/patches/patch-variables.c')
-rw-r--r-- | shells/bash/patches/patch-variables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/patches/patch-variables.c b/shells/bash/patches/patch-variables.c index a373f6eeb16..8d77c5a0b8f 100644 --- a/shells/bash/patches/patch-variables.c +++ b/shells/bash/patches/patch-variables.c @@ -1,8 +1,8 @@ -$NetBSD: patch-variables.c,v 1.2 2014/09/29 12:08:12 wiz Exp $ +$NetBSD: patch-variables.c,v 1.3 2015/03/07 22:40:48 rodent Exp $ Only read functions from environment if flag is set. ---- variables.c.orig 2014-09-29 12:04:58.000000000 +0000 +--- variables.c.orig 2015-03-07 22:36:12.000000000 +0000 +++ variables.c @@ -110,6 +110,7 @@ extern time_t shell_start_time; extern int assigning_in_environment; |