Skip to content

Commit b9d1e0d

Browse files
committed
Use bash for thrift generate script as of bash-specific commands used (pushd, popd)
1 parent 009658f commit b9d1e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/thrift-gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
set -e
33

44
cd "$(dirname "$0")/.."

0 commit comments

Comments
 (0)