commit:     a9a2f36348c1c3181bcab0ca3a0d5f1c42a6ba3a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 23:59:12 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 23:59:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=a9a2f363

utils/bundleit.sh: switch name to 'grs'

 utils/bundleit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/bundleit.sh b/utils/bundleit.sh
index 727d9d9..839035e 100755
--- a/utils/bundleit.sh
+++ b/utils/bundleit.sh
@@ -6,4 +6,4 @@ fi
 
 tag=$1
 ver=${tag/v}
-git archive --format=tar --prefix=grss-${ver}/ $tag | gzip - > 
../grss-${ver}.tar.gz
+git archive --format=tar --prefix=grs-${ver}/ $tag | gzip - > 
../grs-${ver}.tar.gz

Reply via email to