misc: use /usr/bin/env bash to increase portability (#1923)

This commit is contained in:
Marc Jansen 2019-11-03 15:29:16 +01:00 committed by Yangshun Tay
parent 3f8cb78ba9
commit 82ece517f6

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
## ##
# Copyright (c) 2017-present, Facebook, Inc. # Copyright (c) 2017-present, Facebook, Inc.