commit:     c7bb24da9c6cad51b2f9c287878932a8b7cf11bd
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 17:23:12 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 17:23:12 2023 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c7bb24da

livecd-stage2/controller.sh: remove stray slash from universal cleanup

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 targets/livecd-stage2/controller.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/livecd-stage2/controller.sh 
b/targets/livecd-stage2/controller.sh
index cced07d2..f6522e63 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -63,7 +63,7 @@ case $1 in
                ;;
 
        clean)
-               if [ "${clst_livecd_type}" = "gentoo-release-minimal" ] \
+               if [ "${clst_livecd_type}" = "gentoo-release-minimal" ]
                then
                        # Clean out man, info and doc files
                        rm -rf ${clst_chroot_path}/usr/share/{man,doc,info}/*

Reply via email to