mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Set default for OSTYPE in run-in-env script (#109731)
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
# Used in venv activate script.
|
||||||
|
# Would be an error if undefined.
|
||||||
|
OSTYPE="${OSTYPE-}"
|
||||||
|
|
||||||
# Activate pyenv and virtualenv if present, then run the specified command
|
# Activate pyenv and virtualenv if present, then run the specified command
|
||||||
|
|
||||||
# pyenv, pyenv-virtualenv
|
# pyenv, pyenv-virtualenv
|
||||||
|
Reference in New Issue
Block a user