Fix update-lfs.sh (missing continuation character in a case statement
This commit is contained in:
parent
323ae3e633
commit
a26389abd0
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ if [ x$ANSWER = "xyes" ] ; then
|
||||||
sed 's/.*>\([^<]*\)<.*/\1/' |
|
sed 's/.*>\([^<]*\)<.*/\1/' |
|
||||||
sort | uniq); do
|
sort | uniq); do
|
||||||
case "x$pack" in
|
case "x$pack" in
|
||||||
xtcl | xexpect | xdejagnu | xgcc* | *pass[12] | xvim |
|
xtcl | xexpect | xdejagnu | xgcc* | *pass[12] | xvim | \
|
||||||
xshadow | xPython | xlinux-headers | xdbus | xsystemd )
|
xshadow | xPython | xlinux-headers | xdbus | xsystemd )
|
||||||
continue ;;
|
continue ;;
|
||||||
esac
|
esac
|
||||||
|
|
Reference in a new issue