From bdb9172b3b081e91fe906a4bb43298054c3e5071 Mon Sep 17 00:00:00 2001 From: Damir Dzeko Date: Sun, 27 Mar 2005 19:55:59 +0000 Subject: [PATCH] r22: renamed cp_safe_file_replace to cp_mv --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 2f91b82..73d69fc 100644 --- a/functions.sh +++ b/functions.sh @@ -239,7 +239,7 @@ ${CP_NOTICE}----------" } # by ddzeko, Mon, 21 Mar 2005 11:31:59 +0100 -cp_safe_file_replace () { +cp_mv () { [ "$CP_SCRIPT_DEBUG" ] && set -vx local new old if [ -z "$2" ]; then -- 1.7.10.4