Fix Expect tarball name detection for Expect 5.45.

This commit is contained in:
Matthew Burgess 2010-11-18 19:54:26 +00:00
parent 11b4d993fd
commit d8006a00f3

View file

@ -88,6 +88,8 @@ get_package_tarball_name() { #
echo $(grep "^linux-headers-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
fi
;;
expect) echo $(grep "^expect" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;
*) echo $(grep "^$script_name-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;
esac