make_release_tarball.sh: be less verbose
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 17 Sep 2017 08:35:52 +0000 (09:35 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 17 Sep 2017 08:35:52 +0000 (09:35 +0100)
make_release_tarball.sh

index e3f942a4356bc5f1f65b231d2eae2c1f56e34c5f..9825c9f3dadb3dcf14950e782b8437c3d0079d34 100755 (executable)
@@ -14,7 +14,7 @@ fi
 
 echo "Creating release tarball for ${TAG}..."
 
-git checkout "${TAG}"
+git checkout -q "${TAG}"
 doxygen doc/Doxyfile
 
 mkdir "${TAG}"