From 92926c73f970bcf495eceeb3b75f5d1f511e2cac Mon Sep 17 00:00:00 2001 From: Robert Estelle Date: Wed, 29 Jul 2020 11:37:41 -0700 Subject: [PATCH] sh: Add strict failure flags --- tmux-thumbs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux-thumbs.sh b/tmux-thumbs.sh index c47a581..92d5625 100755 --- a/tmux-thumbs.sh +++ b/tmux-thumbs.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -Eeu -o pipefail CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"