aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)" "$@"