mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Rename bugs-in-changelog.sh
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user