diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-17 15:55:35 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-17 15:55:35 +0000 |
commit | b26da611c8e883819f3d13b30190ae27116c4da4 (patch) | |
tree | 714614210211e227e7bcf3096ca252e979702000 /scripts/runqemu | |
parent | 97453a1b8122ae2cd0e86e5fc8551de20f34b541 (diff) | |
download | poky-b26da611c8e883819f3d13b30190ae27116c4da4.tar.gz |
Remove bashism
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1157 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 7ed080e20a..d3643a626e 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -93,9 +93,8 @@ else | |||
93 | fi | 93 | fi |
94 | 94 | ||
95 | INTERNAL_SCRIPT=`which poky-qemu-internal` | 95 | INTERNAL_SCRIPT=`which poky-qemu-internal` |
96 | source $INTERNAL_SCRIPT | 96 | . $INTERNAL_SCRIPT |
97 | 97 | ||
98 | if [ -x "$DISTCCD" ]; then | 98 | if [ -x "$DISTCCD" ]; then |
99 | killall distccd | 99 | killall distccd |
100 | fi | 100 | fi |
101 | |||