diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-05 02:44:36 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-05 02:44:36 +0000 |
commit | ef7dd36b3f92b188551b063c6ec79b894f51ba30 (patch) | |
tree | e3830b740faa1d274903a378304d27b065412ebe | |
parent | export EDITOR=nano added (diff) | |
download | gentoo-2-ef7dd36b3f92b188551b063c6ec79b894f51ba30.tar.gz gentoo-2-ef7dd36b3f92b188551b063c6ec79b894f51ba30.tar.bz2 gentoo-2-ef7dd36b3f92b188551b063c6ec79b894f51ba30.zip |
fix
-rw-r--r-- | sys-apps/baselayout/files/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/baselayout/files/profile b/sys-apps/baselayout/files/profile index 67e07e2fe5ff..250526bc6379 100644 --- a/sys-apps/baselayout/files/profile +++ b/sys-apps/baselayout/files/profile @@ -19,4 +19,4 @@ else umask 022 fi unset ROOTPATH -export EDITOR=nano +export EDITOR=/usr/bin/nano |