From: Chen Qi Date: Wed, 20 Feb 2013 05:27:24 +0000 (+0800) Subject: populate-volatile.sh: remove trailing whitespaces X-Git-Tag: 2015-4~7322 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=082dca6f73858581863f103b467ff73cebe2c0da;p=openembedded-core.git populate-volatile.sh: remove trailing whitespaces Remove trailing whitespaces. Signed-off-by: Chen Qi Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh b/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh index fec3b0c75c..ab092317b0 100755 --- a/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh +++ b/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh @@ -48,9 +48,9 @@ create_file() { } mk_dir() { - EXEC=" - mkdir -p \"$1\"; - chown ${TUSER}.${TGROUP} $1 || echo \"Failed to set owner -${TUSER}- for -$1-.\" >/dev/tty0 2>&1; + EXEC=" + mkdir -p \"$1\"; + chown ${TUSER}.${TGROUP} $1 || echo \"Failed to set owner -${TUSER}- for -$1-.\" >/dev/tty0 2>&1; chmod ${TMODE} $1 || echo \"Failed to set mode -${TMODE}- for -$1-.\" >/dev/tty0 2>&1 " test "$VOLATILE_ENABLE_CACHE" = yes && echo "$EXEC" >> /etc/volatile.cache.build