diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageShell.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageShell.sh index e98614c..e5b0c79 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageShell.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageShell.sh @@ -36,7 +36,7 @@ function locale_updateMessageShell { # Define list of absolute paths to function directories. local FNDIRS=$(cli_getFilesList ${ACTIONVAL}/Functions \ - --maxdepth=1 --mindepth=1 --type='d' --pattern="/[^.]${FLAG_FILTER}") + --maxdepth=1 --mindepth=1 --type='d' --pattern="[^.]${FLAG_FILTER}") for FNDIR in $FNDIRS;do