diff --git a/Scripts/Bash/Functions/Commons/cli_commitRepoChanges.sh b/Scripts/Bash/Functions/Commons/cli_commitRepoChanges.sh index 372e125..375f4f1 100755 --- a/Scripts/Bash/Functions/Commons/cli_commitRepoChanges.sh +++ b/Scripts/Bash/Functions/Commons/cli_commitRepoChanges.sh @@ -67,9 +67,9 @@ function cli_commitRepoChanges { fi # Process location based on its path information. - if [[ $LOCATION =~ '(trunk/Documentation/Manuals/Tcar-fs|branches/Documentation/Manuals/Texinfo)' ]];then + if [[ $LOCATION =~ 'trunk/Documentation/Manuals/Texinfo)' ]];then STATUSOUT="$(svn status ${LOCATION} | egrep -v '(pdf|txt|xhtml|xml|docbook|bz2)$')\n$STATUSOUT" - elif [[ $LOCATION =~ 'trunk/Manuals/Documentation' ]];then + elif [[ $LOCATION =~ 'trunk/Manuals/Documentation/Manuals/Docbook' ]];then STATUSOUT="$(svn status ${LOCATION} | egrep -v '(pdf|txt|xhtml)$')\n$STATUSOUT" elif [[ $LOCATION =~ 'trunk/Identity' ]];then STATUSOUT="$(svn status ${LOCATION} | egrep -v '(pdf|png|jpg|rc|xpm|xbm|tif|ppm|pnm|gz|lss|log)$')\n$STATUSOUT"