Browse code

removed unnecessary tab from /usr/sbin/policy-rc.d, and /sbin/initctl

Signed-off-by: YAMADA Tsuyoshi <tyamada@minimum2scp.org>

YAMADA Tsuyoshi authored on 2015/03/25 23:53:24
Showing 1 changed files
... ...
@@ -37,7 +37,7 @@ rootfs_chroot() {
37 37
 
38 38
 # prevent init scripts from running during install/update
39 39
 echo >&2 "+ echo exit 101 > '$rootfsDir/usr/sbin/policy-rc.d'"
40
-cat > "$rootfsDir/usr/sbin/policy-rc.d" <<'EOF'
40
+cat > "$rootfsDir/usr/sbin/policy-rc.d" <<-'EOF'
41 41
 	#!/bin/sh
42 42
 
43 43
 	# For most Docker users, "apt-get install" only happens during "docker build",