Fix run-in-env.sh sh options (#38520)

Shebang takes only one arg, regression in
f6540e3002
This commit is contained in:
Ville Skyttä
2020-08-03 22:20:12 +03:00
committed by GitHub
parent d498246fb6
commit 63403f894d

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env sh -eu
#!/usr/bin/env sh
set -eu
# Activate pyenv and virtualenv if present, then run the specified command