mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
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:
parent
04b3d73c4c
commit
66195c8130
2
Makefile
2
Makefile
@ -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;
|
||||
|
||||
|
@ -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}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user