diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-02-20 13:27:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-07 11:01:16 +0000 |
commit | 082dca6f73858581863f103b467ff73cebe2c0da (patch) | |
tree | 10ca244651b6ed6ba7b6f72d3c17ece631949d7e /meta | |
parent | a54287d8e3d75a727c8ed5654a822bda256b0849 (diff) | |
download | openembedded-core-082dca6f73858581863f103b467ff73cebe2c0da.tar.gz openembedded-core-082dca6f73858581863f103b467ff73cebe2c0da.tar.bz2 openembedded-core-082dca6f73858581863f103b467ff73cebe2c0da.zip |
populate-volatile.sh: remove trailing whitespaces
Remove trailing whitespaces.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |