summaryrefslogtreecommitdiff
path: root/glbenchmark-2.5.1/preparation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'glbenchmark-2.5.1/preparation.sh')
-rwxr-xr-xglbenchmark-2.5.1/preparation.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/glbenchmark-2.5.1/preparation.sh b/glbenchmark-2.5.1/preparation.sh
index 2b6a616..496b3d0 100755
--- a/glbenchmark-2.5.1/preparation.sh
+++ b/glbenchmark-2.5.1/preparation.sh
@@ -1,8 +1,9 @@
#!/bin/bash
# Author: Botao Sun <botao.sun@linaro.org>
-./file_transfer.sh
+local_this_parent="$(cd $(dirname $0);pwd)"
+${local_this_parent}/file_transfer.sh
sleep 2
-python glbenchmark_first_launch.py
+python ${local_this_parent}/glbenchmark_first_launch.py
sleep 2