commit 4a060f1c70b4cc317100a3adaefb39d159bbb0a7
parent a5fd12434161639d2aff3b16f75192ec55d7547f
Author: sin <sin@2f30.org>
Date: Thu, 5 Sep 2013 12:37:56 +0100
Fix style
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build b/build
@@ -59,7 +59,7 @@ EOF
chmod +x $root/init
# Basic group/passwd files
-cat <<EOF > $root/etc/group
+cat << EOF > $root/etc/group
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
@@ -70,7 +70,7 @@ disk:x:6:root
cdrom:x:7:root
EOF
-cat <<EOF > $root/etc/passwd
+cat << EOF > $root/etc/passwd
root:x:0:0:root:/root:/bin/mksh
bin:x:1:1:bin:/bin:/bin/false
daemon:x:2:2:daemon:/sbin:/bin/false