Small code fix.
This commit is contained in:
parent
a241c334b4
commit
775945fac3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue