have compile exit if a command fails

This commit is contained in:
2025-09-30 00:28:27 +02:00
parent 89a86ca271
commit 0869bb96f8

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e
if [ "$VIRTUAL_ENV" == "" ] if [ "$VIRTUAL_ENV" == "" ]
then then
source venv/bin/activate source venv/bin/activate