ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/build
(Generate patch)

Comparing cvsroot/App-Staticperl/build (file contents):
Revision 1.1 by root, Mon Dec 6 19:33:57 2010 UTC vs.
Revision 1.2 by root, Tue Dec 7 09:27:54 2010 UTC

15 fi 15 fi
16 done 16 done
17 ) <staticperl.sh >bin/staticperl~ 17 ) <staticperl.sh >bin/staticperl~
18then 18then
19 chmod 755 bin/staticperl~ 19 chmod 755 bin/staticperl~
20 if cmp -s bin/staticperl~ bin/staticperl; then
21 rm bin/staticperl~
22 else
20 mv bin/staticperl~ bin/staticperl 23 mv bin/staticperl~ bin/staticperl
24 fi
21fi 25fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines