diff options
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index d49215c64..ab2c09f53 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -12,7 +12,7 @@ that it can't read the file, so we simply create an empty file (the empty file will have Glibc default to using /lib and /usr/lib which is fine right now).</para> -<para><userinput>sed 's|$(PERL)|/usr/bin/perl|' +<para><userinput>sed 's%\$(PERL)%/usr/bin/perl%' ../glibc-&glibc-version;/malloc/Makefile > tmp~:</userinput> This sed command searches through <filename>../glibc-&glibc-version;/malloc/Makefile</filename> and converts all occurances of <filename>$(PERL)</filename> to |