Remove this newline was bothering me

This commit is contained in:
swagg boi 2025-04-04 11:19:51 -04:00
parent b06533133d
commit f2f144ec00

View File

@ -7,7 +7,6 @@ PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
export PATH export PATH
# Set MANPATH # Set MANPATH
if [ $MANPATH ]; then if [ $MANPATH ]; then
# Set the builtins first if it's already set # Set the builtins first if it's already set
MANPATH="/usr/bin/man:/usr/share/man:/usr/X11R7/man:${MANPATH}" MANPATH="/usr/bin/man:/usr/share/man:/usr/X11R7/man:${MANPATH}"