diff options
-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= |