From 94a5c45de1d7a903266d1a426debeac9a182b465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 4 Feb 2015 13:12:04 +0100 Subject: [PATCH] Remove quotes in <<'EOF' constructs to limit the diff with the -touch version of the hook. --- live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early index bb8cab52..cada0005 100755 --- a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early @@ -14,7 +14,7 @@ gshadow_hash=$(set -- $(md5sum /etc/gshadow) && echo $1) # /etc/passwd if [ "$passwd_bootstrap" = "$passwd_hash" ]; then - cat > /etc/passwd <<'EOF' + cat > /etc/passwd < /etc/shadow <<'EOF' + cat > /etc/shadow < /etc/group <<'EOF' + cat > /etc/group < /etc/gshadow <<'EOF' + cat > /etc/gshadow <