summaryrefslogtreecommitdiffstats
path: root/src/ob-applypatches.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 18:05:27 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 18:05:27 (EDT)
commita619483c23e2b84332d287de48997738a79f835b (patch)
tree165a22ccc6022cd598983011e6c551e8df2580de /src/ob-applypatches.sh
parentc7e5cbf28cba46c8e6438050d4e260be0b32b682 (diff)
ob-applypatches: set -u
Diffstat (limited to 'src/ob-applypatches.sh')
-rw-r--r--src/ob-applypatches.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-applypatches.sh b/src/ob-applypatches.sh
index 70d3991..bf12890 100644
--- a/src/ob-applypatches.sh
+++ b/src/ob-applypatches.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
apply_patches()
{