summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile')
-rw-r--r--etc/profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/profile b/etc/profile
index 2be4622a..98d8b85b 100644
--- a/etc/profile
+++ b/etc/profile
@@ -30,10 +30,10 @@ if [ -n "${BASH_VERSION-}" ] ; then
if [ -f /etc/bash/bashrc ] ; then
# Bash login shells run only /etc/profile
# Bash non-login shells run only /etc/bash/bashrc
- # Since we want to run /etc/bash/bashrc regardless, we source it
- # from here. It is unfortunate that there is no way to do
- # this *after* the user's .bash_profile runs (without putting
- # it in the user's dot-files), but it shouldn't make any
+ # Since we want to run /etc/bash/bashrc regardless, we source it
+ # from here. It is unfortunate that there is no way to do
+ # this *after* the user's .bash_profile runs (without putting
+ # it in the user's dot-files), but it shouldn't make any
# difference.
. /etc/bash/bashrc
else