After building LFS with jhalfs I wanted to proceed to BLFS, but when I
ran the BLFS/update-lfs.sh script, it errored as follows:

   ./update-lfs.sh: line 102: syntax error near unexpected token `newline'
   ./update-lfs.sh: line 102: `            xtcl | xexpect | xdejagnu | xgcc* | 
*pass[12] | xvim |'

The attached patch lets the script run successfully.  (Sorry if this is
not the appropriate mailing list; would alfs-discuss have been more
appropriate?)

Steve Berman

Index: update-lfs.sh
===================================================================
--- update-lfs.sh	(revision 4149)
+++ update-lfs.sh	(working copy)
@@ -99,7 +99,7 @@
                   sed 's/.*>\([^<]*\)<.*/\1/' |
                   sort | uniq); do
         case "x$pack" in
-            xtcl | xexpect | xdejagnu | xgcc* | *pass[12] | xvim |
+            xtcl | xexpect | xdejagnu | xgcc* | *pass[12] | xvim | \
             xshadow | xPython | xlinux-headers | xdbus | xsystemd )
 	        continue ;;
         esac
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to