From 196b8cddca2f8cf6267e098f4416b99f399c4b50 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 7 Apr 2020 10:06:29 -0400 Subject: set strict options for scripts --- process_static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_static') diff --git a/process_static b/process_static index d03ac408..c082e46f 100755 --- a/process_static +++ b/process_static @@ -1,6 +1,6 @@ #!/bin/bash -set -o errexit +set -o errexit -o nounset -o pipefail rm -rf static_tmp cp -a static static_tmp -- cgit v1.3.1