summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 14:06:12 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 14:06:12 (EDT)
commit2b00c30e0267e91f91f1657ee90bc98debf6450e (patch)
treec3c9f37c1acc4ee19483dcb686df18287e723e81 /src
parent2035b06722c7a9c36e75e224bae8cd8dfae1aadb (diff)
ob-buildenv: set -u
Diffstat (limited to 'src')
-rw-r--r--src/ob-buildenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh
index d5cfdb1..104ade4 100644
--- a/src/ob-buildenv.sh
+++ b/src/ob-buildenv.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
setup_build_helper()
{