ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff.sh
Revision: 558
Committed: 2013-01-20T15:18:18-08:00 (12 years, 5 months ago) by douglas
Content type: text/x-sh
File size: 265 byte(s)
Log Message:
Remove modelines!


File Contents

# User Rev Content
1 douglas 12 #!/usr/local/bin/bash
2    
3     source "`dirname $0`/common.sh"
4    
5 douglas 497 diff="diff/$category_port/$port.`date -u +%Y-%m-%dT%H%M%SZ`.diff"
6 douglas 12
7 douglas 494 svnmkdir `dirname $diff`
8 douglas 547 (cd $category; diff -I '\$FreeBSD.*\$' -Nrux .svn -x work /usr/ports/$category_port $port) | tee $diff
9 douglas 494 svn add $diff

Properties

Name Value
svn:executable *