INN commit: trunk/support (install-sh)
INN Commit
Russ_Allbery at isc.org
Fri Jan 30 20:02:32 UTC 2009
Date: Friday, January 30, 2009 @ 12:02:32
Author: iulius
Revision: 8305
Add "-f" to the move command during "make update".
Modified:
trunk/support/install-sh
------------+
install-sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: install-sh
===================================================================
--- install-sh 2009-01-30 19:44:11 UTC (rev 8304)
+++ install-sh 2009-01-30 20:02:32 UTC (rev 8305)
@@ -56,7 +56,7 @@
chgrpcmd=""
stripcmd=""
rmcmd="$rmprog -f"
-mvcmd="$mvprog"
+mvcmd="$mvprog -f"
src=""
dst=""
dir_arg=""
@@ -265,7 +265,7 @@
if [ x"$backupsuffix" != x ] && [ -f "$dstdir/$dstfile" ]; then
$doit $mvcmd $dstdir/$dstfile $dstdir/$dstfile$backupsuffix
else
- $doit $rmcmd -f $dstdir/$dstfile
+ $doit $rmcmd $dstdir/$dstfile
fi &&
$doit $mvcmd $dsttmp $dstdir/$dstfile
More information about the inn-committers
mailing list