Author: pierre
Date: Thu May 21 22:03:40 2020
New Revision: 4161

Log:
Fix update-lfs.sh (missing continuation character in a case statement

Modified:
   jhalfs/trunk/BLFS/update-lfs.sh

Modified: jhalfs/trunk/BLFS/update-lfs.sh
==============================================================================
--- jhalfs/trunk/BLFS/update-lfs.sh     Mon May 18 01:31:43 2020        (r4160)
+++ jhalfs/trunk/BLFS/update-lfs.sh     Thu May 21 22:03:40 2020        (r4161)
@@ -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/alfs-log
Unsubscribe: See the above information page

Reply via email to