aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-04-27 19:48:10 -0400
committerGitHub <noreply@github.com>2019-04-27 19:48:10 -0400
commitcd48a72a6db2c4ffdb35c5295e067dbf2ce8e223 (patch)
treee3e53f3dc2944a638ec48375f3d6f1327fd0e694
parent06f4f6a3a8fc8ff1b19c2b3a594be3b24b232209 (diff)
downloaddocker-abuild-cd48a72a6db2c4ffdb35c5295e067dbf2ce8e223.tar.bz2
docker-abuild-cd48a72a6db2c4ffdb35c5295e067dbf2ce8e223.tar.xz
Update entrypoint.sh
Match `docker -e` argument
-rwxr-xr-xentrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index f0f0066..48be3b0 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -3,7 +3,7 @@
set -e
## debug
-if [ "$DOCKER_ABUILD_DEBUG" = "true" ]; then
+if [ "$DABUILD_DEBUG" = "true" ]; then
set -x
PS4='$LINENO: '
fi