From f83430a577918b7739f66b1344bc33c74889d966 Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Tue, 15 Oct 2024 17:37:55 -0700 Subject: [PATCH] typo fix --- 01-unzip.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/01-unzip.sh b/01-unzip.sh index b05298f..3de40a1 100644 --- a/01-unzip.sh +++ b/01-unzip.sh @@ -65,12 +65,12 @@ patch -Np1 -i ../${PATCH2} make -f unix/Makefile generic if [ $? -ne 0 ]; then - echo "Failed building Unzip60. Sorry." + echo "Failed building UnZip-6.0. Sorry." exit 1 -else - echo "As root user:" - echo - echo " cd unzip60" - echo " make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install" - echo fi +echo "As root user:" +echo +echo " cd unzip60" +echo " make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install" +echo +