mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix run-in-env.sh sh options (#38520)
Shebang takes only one arg, regression in
f6540e3002
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user