source: npl/diffpkg @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 237 bytes
RevLine 
[c5c522c]1#!/bin/bash
2
3PKG=$1
4
5#skip if there is no previous commit
6svn info "$PKG" &>/dev/null || exit 1
7
8#shows differences between current .pkg file and latest in repository
9diff <( tar -tzf <(svn cat "$PKG" ) | sort ) <(tar -tzf "$PKG"|sort )
Note: See TracBrowser for help on using the repository browser.