From e94c00fa404017787b3331db19ba1c981c014566 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:23:14 +0000 Subject: Update `Functions/Svn/svn.sh' file. --- diff --git a/Scripts/Bash/Functions/Svn/svn.sh b/Scripts/Bash/Functions/Svn/svn.sh index 1e0a906..4f7793f 100644 --- a/Scripts/Bash/Functions/Svn/svn.sh +++ b/Scripts/Bash/Functions/Svn/svn.sh @@ -44,10 +44,10 @@ function svn { # action value (ACTIONVAL) variable. for ACTIONVAL in "$@";do - # Check action value. Be sure the action value matches the - # convenctions defined for source locations inside the working - # copy. - ACTIONVAL=$(cli_checkRepoDirSource $ACTIONVAL) + # Sanitate non-option arguments to be sure they match the + # directory convenctions stablished by centos-art.sh script + # against source directory locations in the working copy. + cli_checkRepoDirSource # Execute action names. for ACTIONNAM in $ACTIONNAMS;do