Skip to content

Commit

Permalink
cdrom.eclass: fix whitespace in elogs
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 31, 2021
1 parent 47bd1c6 commit 7115a47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eclass/cdrom.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: cdrom.eclass
Expand Down Expand Up @@ -229,13 +229,13 @@ cdrom_load_next_cd() {

if [[ ${showedmsg} -eq 0 ]] ; then
if [[ ${CDROM_NUM_CDS} -eq 1 ]] ; then
einfo "Please insert+mount the ${CDROM_NAME:-CD for ${PN}} now !"
einfo "Please insert+mount the ${CDROM_NAME:-CD for ${PN}} now!"
else
local var="CDROM_NAME_${CDROM_CURRENT_CD}"
if [[ -z ${!var} ]] ; then
einfo "Please insert+mount CD #${CDROM_CURRENT_CD} for ${PN} now !"
einfo "Please insert+mount CD #${CDROM_CURRENT_CD} for ${PN} now!"
else
einfo "Please insert+mount the ${!var} now !"
einfo "Please insert+mount the ${!var} now!"
fi
fi
showedmsg=1
Expand Down

0 comments on commit 7115a47

Please sign in to comment.