]> code.ossystems Code Review - openembedded-core.git/commitdiff
populate-volatile.sh: remove trailing whitespaces
authorChen Qi <Qi.Chen@windriver.com>
Wed, 20 Feb 2013 05:27:24 +0000 (13:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Mar 2013 11:01:16 +0000 (11:01 +0000)
Remove trailing whitespaces.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh

index fec3b0c75c1259089ad09eb948cac962e0ed2ea7..ab092317b05fbe3d230e3d1ba0659b5c4a60a092 100755 (executable)
@@ -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