Make sure obfuscate.sh is run using Bash. It fails on Ubuntu which has /bin/sh linked to dash.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2008-01-27 17:24:19 +00:00
parent 04b3d73c4c
commit 66195c8130
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ lfs: validxml profile-html
$(Q)for filename in `find $(BASEDIR) -name "*.html"`; do \
tidy -config tidy.conf $$filename; \
true; \
sh obfuscate.sh $$filename; \
/bin/bash obfuscate.sh $$filename; \
sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \
done;

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20080124">
<!ENTITY releasedate "January 24, 2007">
<!ENTITY version "SVN-20080127">
<!ENTITY releasedate "January 27, 2007">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->