diff options
-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() { |