no exec for a function

This commit is contained in:
z4yx 2020-04-05 13:32:58 +08:00
parent 52d23375e1
commit c384adafae

View File

@ -4,4 +4,4 @@ set -e
_here=`dirname $(realpath $0)`
. ${_here}/apt-download
exec apt-download-binary $@
apt-download-binary $@