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.2 by root, Tue Dec 7 09:27:54 2010 UTC vs.
Revision 1.3 by root, Wed Dec 15 00:17:47 2010 UTC

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 20 if cmp -s bin/staticperl~ bin/staticperl; then
21 rm bin/staticperl~ 21 rm bin/staticperl~
22 echo unchanged
22 else 23 else
23 mv bin/staticperl~ bin/staticperl 24 mv bin/staticperl~ bin/staticperl
25 echo changed
24 fi 26 fi
25fi 27fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines