diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 15:04:54 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 15:04:54 (EDT) |
commit | 9906f96c9acbf9cbce91ca7cca5beab2e43574f8 (patch) | |
tree | 6d22a1f0f66591b68f0a010dabd0f29c77be9dd1 /src | |
parent | 10cfa1c8a95965c8372e4d4f2a0f46bad16a2f19 (diff) |
ob-unpacksource: set -u
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-unpacksource.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh index 74b385c..83d1bb4 100644 --- a/src/ob-unpacksource.sh +++ b/src/ob-unpacksource.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 upstream_ar_base= upstream_ar= |