1 # Rename a file only if it is different from a previously existing
2 # file of the same name. This is useful for keeping make from doing
3 # too much work if the contents of a file haven't changed.
5 # This is an MPW translation of the standard GNU sh script move-if-change.
10 Compare "{1}" "{2}" >dev:null
14 Echo "{2}" is unchanged