diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-10-25 10:14:06 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-10-25 10:14:06 +0000 |
commit | d06538201be000b705b0fe3d1f9b45dfdedff6b0 (patch) | |
tree | 8e1fcdebc846d16c9b83ed983dedcb1b40ad101e /shells/rc | |
parent | 13a20ee276552a41ba97a1fce1860c1f9566cecd (diff) | |
download | pkgsrc-d06538201be000b705b0fe3d1f9b45dfdedff6b0.tar.gz |
Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran.
Diffstat (limited to 'shells/rc')
-rw-r--r-- | shells/rc/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shells/rc/patches/patch-af b/shells/rc/patches/patch-af new file mode 100644 index 00000000000..d559276ce93 --- /dev/null +++ b/shells/rc/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 1998/10/25 10:14:06 frueauf Exp $ + +--- config.h-dist-orig Mon May 25 20:12:57 1992 ++++ config.h-dist Sun Oct 25 10:56:32 1998 +@@ -88,8 +88,8 @@ + * define PROTECT_ENV for this hack. (Known offenders: every sh I have tried; + * SunOS (silently discards), NeXT (aborts with error), SGI (aborts with + * error), Ultrix (sh seems to work, sh5 aborts with error)) +-#define PROTECT_ENV + */ ++#define PROTECT_ENV + + /* + * Define the macro NOECHO if you wish to omit rc's echo builtin from the |