From c4de76b5af61cc8c1d66b5e2a70d73f8e5a0eb8c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 21 Aug 2022 08:04:05 +0000 Subject: [PATCH] fix(sh): use strict mode for install example --- _webi/example_install_safe_copy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_webi/example_install_safe_copy.sh b/_webi/example_install_safe_copy.sh index 8105a6c..8fdcd0b 100644 --- a/_webi/example_install_safe_copy.sh +++ b/_webi/example_install_safe_copy.sh @@ -1,4 +1,7 @@ #!/bin/sh +set -e +set -u + # For installing from the extracted package tmp directory pkg_install() { (