From e7f93a02cedd0c0f31bd22ad52c13761540e6088 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 3 Apr 2017 12:36:01 +0000 Subject: [PATCH] typo --- pkgmngt/packInstall.sh.porg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index 06d35c8..c77f99f 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -22,7 +22,7 @@ case $1 in VERSION=$(echo $1 | sed 's/.*shot-//') ;; icu*) # No version in PCKGVRS! Use version directly from xml book. - # PACK_INSTALL # contains the path to this script, which is in the + # PACK_INSTALL contains the path to this script, which is in the # parent dir of the book. local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent local VERSION1=$(sed -n 's/.*icu-major[^0-9]*\([^"]*\).*/\1/p' $PACKENT)