run.go | 1 + diff --git a/run.go b/run.go index 0ddd3ce3d87d9bb900d3e52783d1bd102f09f59a2ff062d302a3a66e994766f2..8f56422e5707dbad2628f2c8638f0d3812e7d6c8646a750997a4a3b679e5c6ae 100644 --- a/run.go +++ b/run.go @@ -507,6 +507,7 @@ } // Do we need to ifcreate it, of ifchange with renaming? if fd == nil { + os.Remove(path.Join(cwdOrig, tgt)) err = ifcreate(fdDep, tgt) if err != nil { goto Finish