hgen: Add missing set -e

This commit is contained in:
mintsuki 2022-02-10 14:50:55 +01:00
parent b138b1952e
commit c9fd130744
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#! /bin/sh
set -e
LC_ALL=C
export LC_ALL