diff options
Diffstat (limited to 'Documentation/howto/make-dist.txt')
-rw-r--r-- | Documentation/howto/make-dist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/make-dist.txt b/Documentation/howto/make-dist.txt index 132d5eca6..00e330b29 100644 --- a/Documentation/howto/make-dist.txt +++ b/Documentation/howto/make-dist.txt @@ -32,7 +32,7 @@ This is my crappy "release-script": stable="$1" last="$2" new="$3" - echo "# git-tag-script v$new" + echo "# git-tag v$new" echo "git-tar-tree v$new linux-$new | gzip -9 > ../linux-$new.tar.gz" echo "git-diff-tree -p v$stable v$new | gzip -9 > ../patch-$new.gz" echo "git-rev-list --pretty v$new ^v$last > ../ChangeLog-$new" |