From 64cb6e4f9e37f8fd50292e7d19241eb8a30b92de Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 18 Mar 2019 12:18:13 -0400 Subject: ob-checkbuilddeps: set -u --- (limited to 'src') diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh index a986644..ce9ad15 100644 --- a/src/ob-checkbuilddeps.sh +++ b/src/ob-checkbuilddeps.sh @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see . -set -e +set -eu check_dep() { -- cgit v0.9.1