From a9bee938bda8dab4d787cb4037a79d4e28f2daf0 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 13 2012 17:05:23 +0000 Subject: Update `Functions/Commons/cli_synchronizeRepoChanges.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_synchronizeRepoChanges.sh b/Scripts/Bash/Functions/Commons/cli_synchronizeRepoChanges.sh index c2c9822..a9a9da8 100755 --- a/Scripts/Bash/Functions/Commons/cli_synchronizeRepoChanges.sh +++ b/Scripts/Bash/Functions/Commons/cli_synchronizeRepoChanges.sh @@ -36,6 +36,6 @@ function cli_synchronizeRepoChanges { cli_checkFiles -e $@ # Synchronize changes. - ${CLI_NAME} svn --sync $@ + cli_runFnEnvironment svn --sync $@ }