fix init-script-builder

This commit is contained in:
Marc Weber 2012-07-21 19:25:02 +02:00
parent 3d2b83c110
commit 3221159f5f

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