diff options
| author | Jonathan Bauer | 2011-04-13 18:19:53 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2011-04-13 18:19:53 +0200 |
| commit | ac32b9b876e5f44f4c1a31f18c11dc06004aeee9 (patch) | |
| tree | 526d9cc4613abedb0db2ae677c910d7f0c37933a /src/testApp.sh | |
| parent | cursor hidden until URL loaded (diff) | |
| download | fbgui-ac32b9b876e5f44f4c1a31f18c11dc06004aeee9.tar.gz fbgui-ac32b9b876e5f44f4c1a31f18c11dc06004aeee9.tar.xz fbgui-ac32b9b876e5f44f4c1a31f18c11dc06004aeee9.zip | |
skip trigger checks if trigger is already present
Diffstat (limited to 'src/testApp.sh')
| -rwxr-xr-x | src/testApp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testApp.sh b/src/testApp.sh index c924500..3f1fe82 100755 --- a/src/testApp.sh +++ b/src/testApp.sh @@ -13,7 +13,7 @@ # Note: all path are expected to be absolute. # clean /tmp/fbgui -rm -rf /tmp/fbgui +#rm -rf /tmp/fbgui # path to script (including script name) script_path="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")" |
