diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 00:35:04 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 00:35:04 (EDT) |
commit | d2d58afd0465fc2aafb58413305438f0c3226f8e (patch) | |
tree | 7062bb4dc22b5e10cb88e008652bd22674ffa1cb /src | |
parent | a77d7dc493dc9ec2bfa49522fda8d6de50ad497f (diff) |
ob-gencontrol: set -u
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-gencontrol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh index f48a760..9411ed4 100644 --- a/src/ob-gencontrol.sh +++ b/src/ob-gencontrol.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 gen_control() { |