From f681f0d6569a6ad528dafe045f17e6f236838160 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 14:06:08 +0000 Subject: Update `Functions/Tuneup/tuneup.sh' file. --- diff --git a/Scripts/Bash/Functions/Tuneup/tuneup.sh b/Scripts/Bash/Functions/Tuneup/tuneup.sh index 549aada..4aaa4c1 100755 --- a/Scripts/Bash/Functions/Tuneup/tuneup.sh +++ b/Scripts/Bash/Functions/Tuneup/tuneup.sh @@ -69,7 +69,7 @@ function tuneup { # this point, changes in the repository are merged in the # working copy and changes in the working copy committed up to # repository. - svn_syncroRepoChanges + ${CLI_NAME} svn --sync ${ACTIONVAL} # Execute action name. $ACTIONNAM @@ -78,7 +78,7 @@ function tuneup { # this point, changes in the repository are merged in the # working copy and changes in the working copy committed up to # repository. - svn_syncroRepoChanges + ${CLI_NAME} svn --sync ${ACTIONVAL} done