diff options
author | Sam James <sam@gentoo.org> | 2023-07-08 05:07:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-08 05:07:03 +0100 |
commit | 078b1b75dc5cc4595d835e3344ac6668ddf73f7f (patch) | |
tree | d6cd43c65059fd4da30d4701862efb4300fcb1a3 | |
parent | share/fstab: fix whitespace (diff) | |
download | baselayout-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/profile | 8 |
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 |