--- cvsroot/App-Staticperl/build 2010/12/07 09:27:54 1.2 +++ cvsroot/App-Staticperl/build 2010/12/15 00:17:47 1.3 @@ -19,7 +19,9 @@ chmod 755 bin/staticperl~ if cmp -s bin/staticperl~ bin/staticperl; then rm bin/staticperl~ + echo unchanged else mv bin/staticperl~ bin/staticperl + echo changed fi fi