diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 12:18:13 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 12:18:13 (EDT) |
commit | 64cb6e4f9e37f8fd50292e7d19241eb8a30b92de (patch) | |
tree | ced9b72515df8de4ddaa322b2ad5566e687cbcaf | |
parent | bd6de078269d6e2e4e10119a614e292de90fd2b7 (diff) |
ob-checkbuilddeps: set -u
-rw-r--r-- | src/ob-checkbuilddeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. -set -e +set -eu check_dep() { |