Make this work on old git (1.7).

This commit is contained in:
Bruce A. Mah 2014-03-26 11:05:40 -07:00
parent d467b2912a
commit b479182cd2
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A

View File

@ -21,7 +21,7 @@ dirname=`echo $tag $proj | awk '{
do_tag ()
{
git tag --sign -m "tagging $tag" $tag
git tag -s -m "tagging $tag" $tag
}
do_tar ()