From ac586d1caecaa5be4bce05b073ce4c7bda10f13e Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Fri, 20 Aug 2021 11:10:30 +0300 Subject: Make some scripts more portable Change-Id: Ia89059eea51ca396a7c74143625ac9a6706de198 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120773 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas --- xmlsecurity/qa/create-certs/create-certs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/qa/create-certs/create-certs.sh b/xmlsecurity/qa/create-certs/create-certs.sh index 4a0298047c01..5a4c244c6bdf 100755 --- a/xmlsecurity/qa/create-certs/create-certs.sh +++ b/xmlsecurity/qa/create-certs/create-certs.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/usr/bin/env bash # # This file is part of the LibreOffice project. # @@ -27,6 +27,8 @@ # the PKCS#12 export of self-signed certificates # +set -e + root="$PWD" algo="RSA" -- cgit