Makefile SH variable now tweaks the default shell used by our scripts.

This commit is contained in:
Roy Marples
2008-02-27 20:29:32 +00:00
parent 143570689b
commit c2648ca5f5
14 changed files with 22 additions and 23 deletions

2
init.d/halt.sh → init.d/halt.sh.in Executable file → Normal file
View File

@@ -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.