aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/extended_bin
diff options
context:
space:
mode:
authorLuis Rascão <[email protected]>2018-01-03 11:23:01 +0000
committerGitHub <[email protected]>2018-01-03 11:23:01 +0000
commit14b69f966152a8fdb6b21c20ce9deaa5208434e9 (patch)
tree5c8bb4f9db403d5da4ea3db266e99f14f3e399d0 /priv/templates/extended_bin
parent63847133b4e171888f46e11b34dd00d2aa4ed081 (diff)
parentbdb2ff112b707f3b0c376d7f5ebaabec38b771f1 (diff)
downloadrelx-14b69f966152a8fdb6b21c20ce9deaa5208434e9.tar.gz
relx-14b69f966152a8fdb6b21c20ce9deaa5208434e9.tar.bz2
relx-14b69f966152a8fdb6b21c20ce9deaa5208434e9.zip
Merge pull request #633 from lucafavatella/extension-exit
Clarify that extension scripts shall exit
Diffstat (limited to 'priv/templates/extended_bin')
-rwxr-xr-xpriv/templates/extended_bin1
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin
index e8404ea..ac74358 100755
--- a/priv/templates/extended_bin
+++ b/priv/templates/extended_bin
@@ -700,6 +700,7 @@ case "$1" in
EXTENSION_SCRIPT=$(relx_get_extension_script $1)
shift
relx_run_extension $EXTENSION_SCRIPT $@
+ # all extension scripts are expected to exit
else
relx_usage $1
fi