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