summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
Diffstat (limited to '13.0')
-rwxr-xr-x13.0/glibc/glibc-multilib.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/13.0/glibc/glibc-multilib.SlackBuild b/13.0/glibc/glibc-multilib.SlackBuild
index 4c34455..3277668 100755
--- a/13.0/glibc/glibc-multilib.SlackBuild
+++ b/13.0/glibc/glibc-multilib.SlackBuild
@@ -61,7 +61,7 @@ TMP=${TMP:-/glibc-tmp-$(mcookie)}
mkdir -p $TMP
# Sanity check on the version number in the install scripts:
-if ! grep -vq libutil-$VERSION}.so $CWD/doinst.sh-glibc ; then
+if ! grep -vq libutil-${VERSION}.so $CWD/doinst.sh-glibc ; then
echo "FATAL: doinst.sh scripts have wrong version numbers."
exit 1
fi