summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-24 14:28:32 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-24 14:29:31 +0000
commitc1592ac93886e7f39a6017272b2486d3f411d054 (patch)
treedc5f5f814f5a9614721a9d2392f3c2b051d71616
parent0f478933108de342b0948b9e3cc6d4f00fbbfe0a (diff)
downloadlibguestfs-c1592ac93886e7f39a6017272b2486d3f411d054.tar.gz
libguestfs-c1592ac93886e7f39a6017272b2486d3f411d054.tar.xz
libguestfs-c1592ac93886e7f39a6017272b2486d3f411d054.zip
build: Rename bugs-in-changelog.sh
-rwxr-xr-xbugs-in-changelog.sh (renamed from bugs-in-changelog)4
1 files changed, 2 insertions, 2 deletions
diff --git a/bugs-in-changelog b/bugs-in-changelog.sh
index bb2c1c51..9173fa42 100755
--- a/bugs-in-changelog
+++ b/bugs-in-changelog.sh
@@ -1,5 +1,5 @@
#!/bin/bash -
-# bugs-in-changelog
+# bugs-in-changelog.sh
# Copyright (C) 2009-2010 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@
# (or any release). To use it, the only parameter should be the git
# commit range, eg:
#
-# ./bugs-in-changelog "1.0.89.."
+# ./bugs-in-changelog.sh "1.0.89.."
if [ -z "$1" ]; then
echo "$0 git-commit-range"