aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Mortier <mor1@users.noreply.github.com>2019-04-28 12:25:50 +0100
committerGitHub <noreply@github.com>2019-04-28 12:25:50 +0100
commit7e03b2e30c810cce3faa48596c89280a8ef408f3 (patch)
tree6e67834f367de1a968e09a2b240dc1d649e78fb7
parentdbfbac0840cfd4bfe146c74a10ba1814655dc260 (diff)
parentcd48a72a6db2c4ffdb35c5295e067dbf2ce8e223 (diff)
downloaddocker-abuild-7e03b2e30c810cce3faa48596c89280a8ef408f3.tar.bz2
docker-abuild-7e03b2e30c810cce3faa48596c89280a8ef408f3.tar.xz
Merge pull request #4 from tcely/patch-3
entrypoint.sh: rename env var
-rwxr-xr-xentrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 23111d0..68f53ff 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