summaryrefslogtreecommitdiff
path: root/lib/importenv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/importenv.rb')
-rw-r--r--lib/importenv.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/importenv.rb b/lib/importenv.rb
index 435d6f972a..c47fc1f6c5 100644
--- a/lib/importenv.rb
+++ b/lib/importenv.rb
@@ -7,6 +7,8 @@
# $USER = "matz"
# p ENV["USER"]
+warn "Warning: importenv is deprecated after Ruby 1.8.1 (no replacement)"
+
for k,v in ENV
next unless /^[a-zA-Z][_a-zA-Z0-9]*/ =~ k
eval <<EOS