add newlines in the makefile generated for the 'stop' case; else, there
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sat, 29 Oct 2005 15:28:27 +0000 (15:28 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sat, 29 Oct 2005 15:28:27 +0000 (15:28 +0000)
will be multiple target-dependency pairs on the same line [reported by
Daniel Kraft]

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2217 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/start-vservers

index cca9c41..9e0c4ae 100755 (executable)
@@ -188,7 +188,7 @@ done | sort -u | while read vserver; do
            if test -e "$d"/depends; then
                cat "$d"/depends | while read dep; do
                    verifyVserver "$dep" "$d"/depends || continue
-                   echo -ne ".$dep.stamp:\t.$vserver.stamp"
+                   echo -e ".$dep.stamp:\t.$vserver.stamp"
                done
                echo
            fi >>$makedir/Makefile