From 8f3edefc08c7607182389782f7d0a42e9d9d6844 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 6 Mar 2015 16:27:26 +0100 Subject: [PATCH] scripts/Bootstrap/Pmodules/modulecmd.in: indentation fixed --- scripts/Bootstrap/Pmodules/modulecmd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Bootstrap/Pmodules/modulecmd.in b/scripts/Bootstrap/Pmodules/modulecmd.in index 4892a92..a3bf931 100755 --- a/scripts/Bootstrap/Pmodules/modulecmd.in +++ b/scripts/Bootstrap/Pmodules/modulecmd.in @@ -879,7 +879,7 @@ subcommand_search() { --release=* ) _val=${1/--release=} if is_release "${_val}"; then - use_releases+="${_val}:" + use_releases+="${_val}:" else echo "${_val}: illegal release name." 1>&2 exit 1