From 6a04e2420d3f8ffd43b1d01fd2d647ce40fb4013 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 24 May 2025 07:28:03 -0500 Subject: [PATCH] Add some spaces --- chapter08/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index bcb275177..9468dda43 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -327,7 +327,7 @@ install -vm755 dest/usr/lib/*.so.* /usr/lib DIR=$(dirname $(gcc -print-libgcc-file-name)) -[ -e $DIR/include/limits.h ] || mv $DIR/include{-fixed,}/limits.h +[ -e $DIR/include/limits.h ] || mv $DIR/include{-fixed,}/limits.h [ -e $DIR/include/syslimits.h ] || mv $DIR/include{-fixed,}/syslimits.h rm -rfv $DIR/include-fixed/* unset DIR