From c384adafae75e20e48826fb093085b0c44976822 Mon Sep 17 00:00:00 2001 From: z4yx Date: Sun, 5 Apr 2020 13:32:58 +0800 Subject: [PATCH] no exec for a function --- helpers/apt-download-binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/apt-download-binary b/helpers/apt-download-binary index 9ca1dcf..f38160c 100755 --- a/helpers/apt-download-binary +++ b/helpers/apt-download-binary @@ -4,4 +4,4 @@ set -e _here=`dirname $(realpath $0)` . ${_here}/apt-download -exec apt-download-binary $@ \ No newline at end of file +apt-download-binary $@ \ No newline at end of file