mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-08 21:38:12 -05:00
...
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
CURRENT_PYVENV=""
|
||||
SWITCHED_TO_ZSH="${SWITCHED_TO_ZSH:-0}"
|
||||
|
||||
if [[ "${OSTYPE:-}" == darwin* && "$SWITCHED_TO_ZSH" -eq 0 && "$(ps -p $$ -o comm= 2>/dev/null || true)" != "zsh" ]]; then
|
||||
export SWITCHED_TO_ZSH=1
|
||||
|
||||
Reference in New Issue
Block a user