]> git.pld-linux.org Git - packages/bash.git/commitdiff
- Reverted
authoradgor <adgor@pld-linux.org>
Fri, 30 Apr 2004 18:20:09 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.9

bashrc

diff --git a/bashrc b/bashrc
index 3c5eeb10676ea92ab5cb107c0144dfd836315e6c..786300f136f47c65abd499846e8bd043afe8bc55 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -11,6 +11,6 @@ PS1="[\u@\h \W]\\$ "
 alias which="type -p"
 
 for i in /etc/shrc.d/*.sh ; do
-       [ -r $i ] && . $i
+       . $i
 done
 unset i
This page took 0.113305 seconds and 4 git commands to generate.