Fix spacing in new terminal

This commit is contained in:
Anthony Rose 2021-05-02 22:36:03 +01:00
parent bb1e7680fc
commit 1934af7fff

View file

@ -189,7 +189,7 @@ case "$-" in
printf "\033[7m"; uname -sr; printf "\033[0m"
if [ -r /etc/os-release ]
then
echo " $(. /etc/os-release; echo $NAME $VERSION)"
echo " $(. /etc/os-release; echo $NAME $VERSION)"
fi
;;
*)