diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2016-11-02 21:01:26 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2016-11-03 00:54:20 -0500 |
commit | 20e5613cf557fe82829f4c46866aa5dd917e6bbf (patch) | |
tree | 68d1abedc2cfa939643074fa05f3aa9d1929368f | |
parent | 3663c31914e896b72bcec6b56f17e50ebdd44e6c (diff) | |
download | adelie-base-20e5613cf557fe82829f4c46866aa5dd917e6bbf.tar.gz adelie-base-20e5613cf557fe82829f4c46866aa5dd917e6bbf.tar.bz2 adelie-base-20e5613cf557fe82829f4c46866aa5dd917e6bbf.tar.xz adelie-base-20e5613cf557fe82829f4c46866aa5dd917e6bbf.zip |
/etc/profile: do not attempt to set $UID
-rw-r--r-- | tree/etc/profile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tree/etc/profile b/tree/etc/profile index 5c39966..35fabc1 100644 --- a/tree/etc/profile +++ b/tree/etc/profile @@ -11,9 +11,6 @@ fi # End deprecated Gentoo Portage section -UID=${UID:-`id -u`} - - [ -x /usr/bin/vim ] && export EDITOR=${EDITOR:-/usr/bin/vim} [ -x /usr/bin/less ] && export PAGER=${PAGER:-/usr/bin/less} |