summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-08 05:07:03 +0100
committerSam James <sam@gentoo.org>2023-07-08 05:07:03 +0100
commit078b1b75dc5cc4595d835e3344ac6668ddf73f7f (patch)
treed6cd43c65059fd4da30d4701862efb4300fcb1a3
parentshare/fstab: fix whitespace (diff)
downloadbaselayout-078b1b75dc5cc4595d835e3344ac6668ddf73f7f.tar.gz
baselayout-078b1b75dc5cc4595d835e3344ac6668ddf73f7f.tar.bz2
baselayout-078b1b75dc5cc4595d835e3344ac6668ddf73f7f.zip
etc/profile: fix trailing whitespace
Signed-off-by: Sam James <sam@gentoo.org>
-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