diff options
author | Richard Purdie <richard@openedhand.com> | 2007-03-28 11:16:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-03-28 11:16:55 +0000 |
commit | 1155c57880a335053f98014f62faa1b9defab1c3 (patch) | |
tree | f4fe68af0732f819e5a56925ca11ced0dcba8b39 /meta/packages/psplash/files | |
parent | d1cc5a3225ddf9acaf88d929f629f17ce902e2ac (diff) | |
download | openembedded-core-1155c57880a335053f98014f62faa1b9defab1c3.tar.gz openembedded-core-1155c57880a335053f98014f62faa1b9defab1c3.tar.bz2 openembedded-core-1155c57880a335053f98014f62faa1b9defab1c3.tar.xz openembedded-core-1155c57880a335053f98014f62faa1b9defab1c3.zip |
psplash: fix typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1400 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/psplash/files')
-rwxr-xr-x | meta/packages/psplash/files/psplash-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init index e2c6bf8f5..3150180ea 100755 --- a/meta/packages/psplash/files/psplash-init +++ b/meta/packages/psplash/files/psplash-init @@ -17,5 +17,5 @@ if [ -e /etc/rotation ]; then rotation=`cat /etc/rotation` fi -/usr/bin/psplash --angle=$rotation & +/usr/bin/psplash --angle $rotation & |