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

Shebang takes only one arg, regression in
f6540e30023e9f1abe7f018bc93ac4b4e2954db9
This commit is contained in:
Ville Skyttä 2020-08-03 22:20:12 +03:00 committed by GitHub
parent d498246fb6
commit 63403f894d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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