Merge pull request #17 from MarcWeber/fix-init-script-builder

fix init-script-builder
This commit is contained in:
Shea Levy 2012-07-23 17:44:37 -07:00
commit 0f65521df2

View File

@ -1,4 +1,3 @@
#! @bash@/bin/sh -e
shopt -s nullglob
@ -44,7 +43,7 @@ addEntry() {
configurationCounter=$((configurationCounter + 1))
local stage2=$(readlink $path/init)
local stage2=$path/init
content="$(
echo "#!/bin/sh"