fix(sh): use strict mode for install example

This commit is contained in:
AJ ONeal
2022-08-24 05:16:43 +00:00
parent 76fc3bfefa
commit c4de76b5af
+3
View File
@@ -1,4 +1,7 @@
#!/bin/sh
set -e
set -u
# For installing from the extracted package tmp directory
pkg_install() {
(