aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Mortier <mor1@users.noreply.github.com>2019-04-28 12:24:09 +0100
committerGitHub <noreply@github.com>2019-04-28 12:24:09 +0100
commit739d983a23db4da40007b3b7177413e610dbf4fb (patch)
tree4172045aed3fb1201299c9843c4479428c6e5471
parent06f4f6a3a8fc8ff1b19c2b3a594be3b24b232209 (diff)
parent4bd186d64ccf0b64590d062462eb4212c5fd444c (diff)
downloaddocker-abuild-739d983a23db4da40007b3b7177413e610dbf4fb.tar.bz2
docker-abuild-739d983a23db4da40007b3b7177413e610dbf4fb.tar.xz
Merge pull request #2 from tcely/patch-1
Exec abuild
-rwxr-xr-xentrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index f0f0066..23111d0 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -13,4 +13,4 @@ if [ ! -r "$HOME/.abuild/abuild.conf" ]; then
abuild-keygen -n -i -a
fi
-abuild "$@"
+exec "$(command -v abuild)" "$@"