fix apt-download helper sourcing

This commit is contained in:
bigeagle 2016-11-06 21:58:59 +08:00
parent 74ac686202
commit 753e08b61b
No known key found for this signature in database
GPG Key ID: 9171A4571C27920A

View File

@ -3,7 +3,7 @@ set -e
set -u
set -o pipefail
_here=`dirname $(realpath $0)`
_here=`dirname $(realpath ${BASH_SOURCE})`
if [[ -z ${LOADED_HELPERS:-} ]]; then
. ${_here}/helpers
fi