merge of 'a1ae39784d60dda6b344012a273c0a4f2a339a97'
[vuplus_openembedded] / packages / nonworking / maemo / hildon-home / source.patch
1 --- home-launch.sh.old  2005-06-14 17:15:55.000000000 +0200
2 +++ home-launch.sh      2005-06-14 17:16:13.000000000 +0200
3 @@ -1,6 +1,6 @@
4  #!/bin/sh
5  
6 -source af.conf
7 +. af.conf
8  
9  if [ "$1" != "start" ] && [ "$1" != "stop" ] && [ "$1" != "restart" ]; then
10    echo "Usage: $0 {start|stop|restart}"