From: Zoran Dzelajlija Date: Sun, 27 Mar 2005 23:54:34 +0000 (+0000) Subject: r23: Zamjena cp_safe_file_replace sa cp_mv u cp_check_and_sed(). X-Git-Tag: debian/3.0.0~83 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-upgrade.git;a=commitdiff_plain;h=bb3a8cff0033770755d9d9936a0b54361b63944b r23: Zamjena cp_safe_file_replace sa cp_mv u cp_check_and_sed(). --- diff --git a/functions.sh b/functions.sh index 73d69fc..b0c8be6 100644 --- a/functions.sh +++ b/functions.sh @@ -183,7 +183,7 @@ cp_check_and_sed() { [ -h "$i" ] && i=$(readlink -f "$i") sed "$sedcmd" "$i" > "$i.dpkg-tmp" if ! cmp -s "$i" "$i.dpkg-tmp" 2>&1 >/dev/null; then - cp_safe_file_replace "$i.dpkg-tmp" "$i" + cp_mv "$i.dpkg-tmp" "$i" else rm "$i.dpkg-tmp" fi