Skip to content

Commit

Permalink
ugh, subtle find differences between platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 27, 2023
1 parent 12aabc7 commit 9a63913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/brewkit/python-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a63913

Please sign in to comment.