aboutsummaryrefslogtreecommitdiffstats
path: root/tools/git-compare-abis.sh
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-11-15 15:28:20 +0000
committerBill Meier <wmeier@newsguy.com>2011-11-15 15:28:20 +0000
commit47b290c7f55a0031a8b7f847ac200fe7759f1397 (patch)
tree3aecb821b99947ccd2a983df4b2d69a7e92c09ad /tools/git-compare-abis.sh
parent49a47e974512ab325d1e0a7eaf6bb0761dc0b580 (diff)
Fix some props
svn path=/trunk/; revision=39851
Diffstat (limited to 'tools/git-compare-abis.sh')
-rwxr-xr-xtools/git-compare-abis.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/git-compare-abis.sh b/tools/git-compare-abis.sh
index bc806a29d4..15708264aa 100755
--- a/tools/git-compare-abis.sh
+++ b/tools/git-compare-abis.sh
@@ -1,6 +1,8 @@
#!/bin/bash
-# check is Wireshark's ABI has ben changes since last release (tag)
+# $Id$
+
+# check if Wireshark's ABI has been changes since last release (tag)
set -e
if test -z "$1"; then