crash on error.

This commit is contained in:
Bradley M. Kuhn 2025-12-09 12:59:50 -08:00
parent d66b3abcea
commit 7ae6d9e9ee

View file

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -e
git config --get remote.origin.url|fgrep -q bkuhn/config.git git config --get remote.origin.url|fgrep -q bkuhn/config.git
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then