Merge pull request #405 from nnyyxxxx/testing-16

Use -e to keep synergy with every other script
This commit is contained in:
Chris Titus 2024-09-18 13:04:57 -05:00 committed by GitHub
commit 857ad80af0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
rc='\033[0m'
red='\033[0;31m'

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
RC='\033[0m'
RED='\033[0;31m'