Fix Expect tarball name detection for Expect 5.45.
This commit is contained in:
parent
11b4d993fd
commit
d8006a00f3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue