diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 00:18:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 00:18:21 (EDT) |
commit | 3ff76e13ec3c85c73ec20187329fce8beef6bfc2 (patch) | |
tree | 5866c9aa4fc8814b4ab594a707cdd3bb343d90dd /src | |
parent | a8d3f405ee7364423fd964c8b7b0b462bd524c1b (diff) |
ob-installdocs: set -u
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-installdocs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh index 3521578..9ea5b42 100644 --- a/src/ob-installdocs.sh +++ b/src/ob-installdocs.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 install_docs() { |