summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-01-25 17:41:41 +0100
committerJonathan Bauer2011-01-25 17:41:41 +0100
commitfbcf15745ca822e69dc770b7d74bb86198ce13d1 (patch)
tree301d321d8181456554fb8f5882a211294a50f1fb /src/testApp.sh
parentyet another update (diff)
downloadfbgui-fbcf15745ca822e69dc770b7d74bb86198ce13d1.tar.gz
fbgui-fbcf15745ca822e69dc770b7d74bb86198ce13d1.tar.xz
fbgui-fbcf15745ca822e69dc770b7d74bb86198ce13d1.zip
fixed a few things...
Diffstat (limited to 'src/testApp.sh')
-rwxr-xr-xsrc/testApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testApp.sh b/src/testApp.sh
index 0995695..5b8768f 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -10,7 +10,7 @@ fi
sleep 1
# Start the fbbrowser app.
# This requires the fbgui git repository to be in the user's home directory.
-export PATH=~/fbgui/fbbrowser/:$PATH
+export PATH=~/fbgui/src:$PATH
fbgui -qws $1
# Check if fbbrowser is not running, if so kill the qvfb.
if [ $(ps aux | grep -v grep | grep -c fbgui) -eq 1 ]