From 9a63913375f7f1925d1943d2bbca696f06412a07 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 27 Feb 2023 11:34:10 -0500 Subject: [PATCH] ugh, subtle `find` differences between platforms --- share/brewkit/python-venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/brewkit/python-venv.sh b/share/brewkit/python-venv.sh index cfad139f..95a177b5 100755 --- a/share/brewkit/python-venv.sh +++ b/share/brewkit/python-venv.sh @@ -50,7 +50,7 @@ include-system-site-packages = false executable = \$TEA_PYTHON EOSH -find "\$VIRTUAL_ENV"/bin -depth 1 -type f | xargs \\ +find "\$VIRTUAL_ENV"/bin -maxdepth 1 -type f | xargs \\ sed -i.bak "1s|.*|#!\$VIRTUAL_ENV/bin/python|" rm "\$VIRTUAL_ENV"/bin/*.bak