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:14:33 +0000 |
commit | 58b1ccf046ad55bb2bdeb64cdea80c0339d891fa (patch) | |
tree | 0ee3d1d5abb92292430c7bfaa7696d45e306e1bd /meta/recipes-core | |
parent | 297906d39cfcaa56009214e8759b9853f82f02d7 (diff) | |
download | poky-58b1ccf046ad55bb2bdeb64cdea80c0339d891fa.tar.gz |
populate-volatile.sh: remove trailing whitespaces
Remove trailing whitespaces.
(From OE-Core rev: 082dca6f73858581863f103b467ff73cebe2c0da)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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() { | |||
48 | } | 48 | } |
49 | 49 | ||
50 | mk_dir() { | 50 | mk_dir() { |
51 | EXEC=" | 51 | EXEC=" |
52 | mkdir -p \"$1\"; | 52 | mkdir -p \"$1\"; |
53 | chown ${TUSER}.${TGROUP} $1 || echo \"Failed to set owner -${TUSER}- for -$1-.\" >/dev/tty0 2>&1; | 53 | chown ${TUSER}.${TGROUP} $1 || echo \"Failed to set owner -${TUSER}- for -$1-.\" >/dev/tty0 2>&1; |
54 | chmod ${TMODE} $1 || echo \"Failed to set mode -${TMODE}- for -$1-.\" >/dev/tty0 2>&1 " | 54 | chmod ${TMODE} $1 || echo \"Failed to set mode -${TMODE}- for -$1-.\" >/dev/tty0 2>&1 " |
55 | 55 | ||
56 | test "$VOLATILE_ENABLE_CACHE" = yes && echo "$EXEC" >> /etc/volatile.cache.build | 56 | test "$VOLATILE_ENABLE_CACHE" = yes && echo "$EXEC" >> /etc/volatile.cache.build |