diff options
author | David Leach <[email protected]> | 2015-09-21 18:23:48 +1200 |
---|---|---|
committer | David Leach <[email protected]> | 2015-09-21 18:23:48 +1200 |
commit | 22f7c88a81eefb590a23cecc651b0a928435806f (patch) | |
tree | 55cb62836e9fa84f686e32170f0058406cc00e93 /priv/templates | |
parent | ef48300151158dff8527092ad5363e7e9aa200c6 (diff) | |
download | relx-22f7c88a81eefb590a23cecc651b0a928435806f.tar.gz relx-22f7c88a81eefb590a23cecc651b0a928435806f.tar.bz2 relx-22f7c88a81eefb590a23cecc651b0a928435806f.zip |
Adding shebang to escript
Without a proper shebang many tools like lintian for debian
packages complain.
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/nodetool | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/templates/nodetool b/priv/templates/nodetool index dee14b4..0a0e229 100644 --- a/priv/templates/nodetool +++ b/priv/templates/nodetool @@ -1,3 +1,4 @@ +#!/usr/bin/env escript %% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*- %% ex: ft=erlang ts=4 sw=4 et %% ------------------------------------------------------------------- |