diff options
author | Diego Viola <diego.viola@gmail.com> | 2023-04-26 03:31:10 -0300 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-04-26 17:07:24 -0400 |
commit | 06ae7be862ffb82a0cabb211ae274cde39587d9a (patch) | |
tree | 294425cb86671ec5c8a22e84dda63d81c386c58f /app-shells | |
parent | profiles: Mask x11-apps/scripts for removal (diff) | |
download | gentoo-06ae7be862ffb82a0cabb211ae274cde39587d9a.tar.gz gentoo-06ae7be862ffb82a0cabb211ae274cde39587d9a.tar.bz2 gentoo-06ae7be862ffb82a0cabb211ae274cde39587d9a.zip |
app-shells/bash: remove empty line in bashrc
Signed-off-by: Diego Viola <diego.viola@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30765
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/files/bashrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc index 6c909333754d..4a50bdebb93b 100644 --- a/app-shells/bash/files/bashrc +++ b/app-shells/bash/files/bashrc @@ -5,7 +5,6 @@ # that can't tolerate any output. So make sure this doesn't display # anything or bad things will happen! - # Test for an interactive shell. There is no need to set anything # past this point for scp and rcp, and it's important to refrain from # outputting anything in those cases. |