diff --git a/utils/update-cnf.pl b/utils/update-cnf.pl index e9e774d38..b6c2b9614 100755 --- a/utils/update-cnf.pl +++ b/utils/update-cnf.pl @@ -42,7 +42,7 @@ } else { # Heck, let's just copy the new file to the old one and quit! print "*** Creating $old from $new...\n"; - copy $new, $old or die "Unable to copy $old to $new: $!\n"; + copy $new, $old or die "Unable to copy $new to $old: $!\n"; exit 0; }