Skip to content

Commit b45c132

Browse files
authored
[squash] /s/bash/sh/
1 parent e9b2d11 commit b45c132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
cd `dirname $0`/.. > /dev/null
33
if [ -z "${PYTHON}" ]; then export PYTHON=`which python`; fi
44
"${PYTHON}" tools/test.py -J --mode=release $*

0 commit comments

Comments
 (0)