Add set -u

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy
2024-07-20 18:19:34 -07:00
parent c2e70d17ee
commit 95357339af

View File

@@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations under
# the License.
set -e
set -eu
output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"