From 140cd92cfc6e863a94bdbf8aa3bbb3f9d48458a5 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:18:31 +0000 Subject: Update `Functions/Render/Svg/svg_groupBy.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh b/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh index a327d9b..d4d9a1c 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh @@ -51,7 +51,7 @@ function svg_groupBy { TARGET=$(dirname "$FILE")/$(cli_getRepoName $FORMAT -d) # Check existence of source file. - cli_checkFiles $SOURCE + cli_checkFiles -e $SOURCE # Check existence of target directory. if [[ ! -d $TARGET ]];then