diff options
Diffstat (limited to 'init.d')
-rw-r--r--[-rwxr-xr-x] | init.d/halt.sh.in (renamed from init.d/halt.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/halt.sh b/init.d/halt.sh.in index 044659bc..39dd4f4f 100755..100644 --- a/init.d/halt.sh +++ b/init.d/halt.sh.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!@SHELL@ # Copyright 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. |