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

This commit is contained in:
Pierre Labastie 2020-05-22 05:03:40 +00:00
parent 323ae3e633
commit a26389abd0

View file

@ -99,7 +99,7 @@ if [ x$ANSWER = "xyes" ] ; then
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