From cfe42b968f3707d86fc1bf50da4e0ce2227cccd1 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 07 2011 14:25:42 +0000 Subject: Update Render/render_groupSimilarFiles.sh. Start using cli_getRepoName@2581. --- diff --git a/Scripts/Functions/Render/render_groupSimilarFiles.sh b/Scripts/Functions/Render/render_groupSimilarFiles.sh index a21b5dd..2854c08 100755 --- a/Scripts/Functions/Render/render_groupSimilarFiles.sh +++ b/Scripts/Functions/Render/render_groupSimilarFiles.sh @@ -47,7 +47,7 @@ function render_groupSimilarFiles { # Define target directory where source file will be moved # into. - TARGET=$(dirname "$FILE")/$(cli_getRepoName "$FORMAT" 'd') + TARGET=$(dirname "$FILE")/$(cli_getRepoName $FORMAT -d) # Check existence of source file. cli_checkFiles $SOURCE @@ -58,7 +58,7 @@ function render_groupSimilarFiles { fi # Redifine file path to add file and its type. - TARGET=${TARGET}/$(cli_getRepoName "$FILE" 'f').${FORMAT} + TARGET=${TARGET}/$(cli_getRepoName $FILE -f).${FORMAT} # Move file into its final location. cli_printMessage "$TARGET" --as-movedto-line