X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=util%2Fssldir.pl;h=acbe12e24079eb0bf72f0cc080e737ad09aa64a9;hb=bb258c1c5e6512ef1e395f2ed4a51f346307e79b;hp=6c30685206989c7e91a19b7c9a99d73dd7c47ca5;hpb=d02b48c63a58ea4367a0e905979f140b7d090f86;p=openssl.git diff --git a/util/ssldir.pl b/util/ssldir.pl index 6c30685206..acbe12e240 100755 --- a/util/ssldir.pl +++ b/util/ssldir.pl @@ -46,7 +46,7 @@ sub dofile open(OUT,">$ff.new") || die "unable to open $f:$!\n"; print OUT @a; close(OUT); - rename($f,"$ff.old") || die "unable to rename $f\n"; + rename($f,"$ff.bak") || die "unable to rename $f\n"; rename("$ff.new",$f) || die "unable to rename $ff.new\n"; }