From 078b1b75dc5cc4595d835e3344ac6668ddf73f7f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 8 Jul 2023 05:07:03 +0100 Subject: etc/profile: fix trailing whitespace Signed-off-by: Sam James --- 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 -- cgit v1.2.3-65-gdbad