diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-04-05 10:36:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-04-05 10:36:36 +0000 |
commit | f303c533e5925b212f803301b4212b20a1bf4a9d (patch) | |
tree | c545eb3297349a08f79c880512ee73a5405d931a | |
parent | 7b504a16b6ef1f92c25c16a39c52f8380de44c82 (diff) | |
download | drakx-backup-do-not-use-f303c533e5925b212f803301b4212b20a1bf4a9d.tar drakx-backup-do-not-use-f303c533e5925b212f803301b4212b20a1bf4a9d.tar.gz drakx-backup-do-not-use-f303c533e5925b212f803301b4212b20a1bf4a9d.tar.bz2 drakx-backup-do-not-use-f303c533e5925b212f803301b4212b20a1bf4a9d.tar.xz drakx-backup-do-not-use-f303c533e5925b212f803301b4212b20a1bf4a9d.zip |
no need to export PATH twice
-rw-r--r-- | rescue/tree/etc/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/tree/etc/profile b/rescue/tree/etc/profile index 3478e2971..e8e7f3d43 100644 --- a/rescue/tree/etc/profile +++ b/rescue/tree/etc/profile @@ -6,7 +6,7 @@ PROFILE_LOADED=1 -export PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/X11R6/bin +PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/X11R6/bin PS1="[root@rescue \w]\\$ " ls () { /bin/ls --color=auto -F "$@";} |