We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525eb4d commit 7beb06cCopy full SHA for 7beb06c
test_perf.sh
@@ -1,6 +1,5 @@
1
#!/bin/sh
2
3
CURDIR=$(pwd)
4
-BASEDIR=$(readlink -f $(dirname $0 ))
5
-
+BASEDIR=$(cd "$(dirname "$0")"; pwd)
6
python "$BASEDIR"/vb_suite/test_perf.py $@
0 commit comments