summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-05 10:36:36 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-05 10:36:36 +0000
commitf303c533e5925b212f803301b4212b20a1bf4a9d (patch)
treec545eb3297349a08f79c880512ee73a5405d931a /rescue
parent7b504a16b6ef1f92c25c16a39c52f8380de44c82 (diff)
downloaddrakx-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
Diffstat (limited to 'rescue')
-rw-r--r--rescue/tree/etc/profile2
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 "$@";}