From d731c3a39f29aa30b5b15ba21a55bc13e6b62181 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 03 2012 01:51:05 +0000 Subject: Update `Functions/Commons/cli_getPathComponent.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_getPathComponent.sh b/Scripts/Bash/Functions/Commons/cli_getPathComponent.sh index f729227..126e2cb 100755 --- a/Scripts/Bash/Functions/Commons/cli_getPathComponent.sh +++ b/Scripts/Bash/Functions/Commons/cli_getPathComponent.sh @@ -41,8 +41,9 @@ function cli_getPathComponent { # CentOS distribution is able to be installed on. local ARCHITECTURE="(i386|x86_64)" - # Define pattern for themes' artistic motifs. - local THEME_MOTIF="Identity/Images/Themes/(([[:alnum:]]+)/(${RELEASE}))" + # Define regular expression pattern that match the theme artistic + # motif component inside the path strings. + local THEME_MOTIF="trunk/Identity/Images/Themes/(([[:alnum:]]+)/(${RELEASE}))" # Initialize arguments with an empty value and set it as local # variable to this function scope. Doing this is very important to