From 6eced654ebf77d78b7df648c3f55b68dfec46b1a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 4 Jul 2022 19:15:43 +0200 Subject: [PATCH] modbuild: for the time being we don't set 'nounset' --- Pmodules/modbuild.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index ddec29a..b8c050c 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -51,6 +51,7 @@ source libpmodules.bash || \ # save arguments, (still) required for building dependencies declare -r ARGS="$@" +#set -o nounset shopt -s nocaseglob shopt -s extglob shopt -s nullglob