diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 03:42:27 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 03:42:27 (EDT) |
commit | 1db2657b9d2c151d430750b0030400829436bd80 (patch) | |
tree | 85d5ca4fcaa7feaff731324f5a6ae9f39c11f077 /src | |
parent | d4e91b27407ebc8a7553dc9e8e241ea0ab9a1b63 (diff) |
opkbuild: set -u
Diffstat (limited to 'src')
-rw-r--r-- | src/opkbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 7074713..3efea52 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.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 export OPK_SOURCE= export OPK_SOURCE_VERSION= |