From 44bf77a12ffd86294054c6e92077ea31f3613360 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 26 May 2024 22:41:56 +0200 Subject: Port to Arch Linux --- temp-postgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'temp-postgres.sh') diff --git a/temp-postgres.sh b/temp-postgres.sh index 48bb9e8..15e169b 100755 --- a/temp-postgres.sh +++ b/temp-postgres.sh @@ -14,7 +14,7 @@ # OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -set -o nounset +set -u # Remove the temporary directory before exiting. trap 'quit' INT -- cgit v1.2.3