OSDN Git Service

Remove setenv.
authorElliott Hughes <enh@google.com>
Fri, 25 Sep 2015 00:19:16 +0000 (17:19 -0700)
committerElliott Hughes <enh@google.com>
Fri, 25 Sep 2015 15:11:32 +0000 (08:11 -0700)
No one is expecting the C shell any more.

Change-Id: Iff9422d254a51c988f2a6157379660b4ddaa617f

mkshrc

diff --git a/mkshrc b/mkshrc
index 731ee9a..04fec24 100644 (file)
--- a/mkshrc
+++ b/mkshrc
@@ -55,7 +55,3 @@ function hd {
                (( hv == 2147483647 )) || print -r -- "$dasc|"
        fi; }
 }
-
-function setenv {
-       eval export "\"$1\""'="$2"'
-}