From 775945fac375e9b901a03f0b20cb010270afe27c Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Thu, 6 Apr 2006 22:43:35 +0000 Subject: [PATCH] Small code fix. --- LFS/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index ca1d264..7e06b8a 100755 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -76,7 +76,7 @@ chapter5_Makefiles() { *dejagnu) [[ "${TEST}" = "0" ]] && continue ;; *stripping) [[ "${STRIP}" = "0" ]] && continue ;; *glibc) [[ "${TEST}" = "3" ]] && \ - sed -i 's@/usr/lib/locale@/tools&@' $file + sed -i 's@/usr/lib/locale@/tools&@' $file ;; esac # First append each name of the script files to a list (this will become