summaryrefslogtreecommitdiffstats
path: root/meta/packages/psplash/files/psplash-init
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-03-28 11:16:55 +0000
committerRichard Purdie <richard@openedhand.com>2007-03-28 11:16:55 +0000
commit1155c57880a335053f98014f62faa1b9defab1c3 (patch)
treef4fe68af0732f819e5a56925ca11ced0dcba8b39 /meta/packages/psplash/files/psplash-init
parentd1cc5a3225ddf9acaf88d929f629f17ce902e2ac (diff)
downloadpoky-1155c57880a335053f98014f62faa1b9defab1c3.tar.gz
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/psplash-init')
-rwxr-xr-xmeta/packages/psplash/files/psplash-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init
index e2c6bf8f5d..3150180ea5 100755
--- a/meta/packages/psplash/files/psplash-init
+++ b/meta/packages/psplash/files/psplash-init
@@ -17,5 +17,5 @@ if [ -e /etc/rotation ]; then
17 rotation=`cat /etc/rotation` 17 rotation=`cat /etc/rotation`
18fi 18fi
19 19
20/usr/bin/psplash --angle=$rotation & 20/usr/bin/psplash --angle $rotation &
21 21