diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-19 16:52:49 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-19 16:52:49 -0600 |
commit | ebf85d598e6ad2628e5d472ceeda3f86b2f0eac1 (patch) | |
tree | 50db183db5201add6dcc21ce6c8a823b8e8c4188 /sh/rc-cgroup.sh.in | |
parent | f36f8fb1be7e68af4d192ed3e67a2da310946ecb (diff) |
cgroups: fix shebang line in rc-cgroup.sh
Diffstat (limited to 'sh/rc-cgroup.sh.in')
-rw-r--r-- | sh/rc-cgroup.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/rc-cgroup.sh.in b/sh/rc-cgroup.sh.in index 09b9b564..c9a00622 100644 --- a/sh/rc-cgroup.sh.in +++ b/sh/rc-cgroup.sh.in @@ -1,4 +1,4 @@ -#@SHELL@ +#!@SHELL@ # Copyright (c) 2012 Alexander Vershilov <qnikst@gentoo.org> # Released under the 2-clause BSD license. |