Author: matthew
Date: 2008-01-27 10:24:19 -0700 (Sun, 27 Jan 2008)
New Revision: 8463
Modified:
trunk/BOOK/Makefile
trunk/BOOK/general.ent
Log:
Make sure obfuscate.sh is run using Bash. It fails on Ubuntu which has /bin/sh
linked to dash.
Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2008-01-26 23:36:11 UTC (rev 8462)
+++ trunk/BOOK/Makefile 2008-01-27 17:24:19 UTC (rev 8463)
@@ -34,7 +34,7 @@
$(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 "[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]"
$$filename; \
done;
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-01-26 23:36:11 UTC (rev 8462)
+++ trunk/BOOK/general.ent 2008-01-27 17:24:19 UTC (rev 8463)
@@ -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}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page