From f432e05df9c7923f11c89bc9c68fca7772e66c05 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 12 Mar 2015 17:02:50 +0100 Subject: [PATCH] scripts/Bootstrap/Pmodules/modmanage.in: bugfix --- scripts/Bootstrap/Pmodules/modmanage.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Bootstrap/Pmodules/modmanage.in b/scripts/Bootstrap/Pmodules/modmanage.in index 669e15d..3c01f8b 100755 --- a/scripts/Bootstrap/Pmodules/modmanage.in +++ b/scripts/Bootstrap/Pmodules/modmanage.in @@ -194,7 +194,7 @@ environment at '${PSI_PREFIX}' echo if [[ -d "${target_prefix}" ]] && [[ ${force} == no ]]; then echo "Warning: ${target_prefix} already exists." - get_YN_answer "Do you really want to re-run the initialization? (y/N) " \ + get_YN_answer "Do you really want to re-run the initialization? (y/N) " || \ die 1 "Abort ..." fi