summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick 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)
commit64cb6e4f9e37f8fd50292e7d19241eb8a30b92de (patch)
treeced9b72515df8de4ddaa322b2ad5566e687cbcaf /src
parentbd6de078269d6e2e4e10119a614e292de90fd2b7 (diff)
ob-checkbuilddeps: set -u
Diffstat (limited to 'src')
-rw-r--r--src/ob-checkbuilddeps.sh2
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()
{