summaryrefslogtreecommitdiff
path: root/lib/importenv.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/importenv.pl')
-rw-r--r--lib/importenv.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/importenv.pl b/lib/importenv.pl
index c0c2be088e..c321a20219 100644
--- a/lib/importenv.pl
+++ b/lib/importenv.pl
@@ -1,4 +1,4 @@
-;# $Header: importenv.pl,v 2.0 88/06/05 00:16:17 root Exp $
+;# $Header: importenv.pl,v 3.0 89/10/18 15:19:39 lwall Locked $
;# This file, when interpreted, pulls the environment into normal variables.
;# Usage:
@@ -12,3 +12,5 @@ foreach $key (keys(ENV)) {
$tmp .= "\$$key = \$ENV{'$key'};" if $key =~ /^[A-Za-z]\w*$/;
}
eval $tmp;
+
+1;