Merge pull request #1369 from stanzgy/develop

Fix busybox mktemp compatibility
This commit is contained in:
Pedro Algarvio 2019-10-08 08:54:15 +01:00 committed by GitHub
commit 76de446953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -499,7 +499,7 @@ exec 2>"$LOGPIPE"
# 14 SIGALRM
# 15 SIGTERM
#----------------------------------------------------------------------------------------------------------------------
APT_ERR=$(mktemp /tmp/apt_error.XXXX)
APT_ERR=$(mktemp /tmp/apt_error.XXXXXX)
__exit_cleanup() {
EXIT_CODE=$?