commit:     078b1b75dc5cc4595d835e3344ac6668ddf73f7f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 04:07:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 04:07:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=078b1b75

etc/profile: fix trailing whitespace

Signed-off-by: Sam James <sam <AT> gentoo.org>

 etc/profile | 8 ++++----
 1 file 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

Reply via email to