[PATCH util-modular 03/10] release.sh: fix "the the" typo
Emil Velikov
emil.l.velikov at gmail.com
Fri Jul 1 14:44:44 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
release.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/release.sh b/release.sh
index e5f8573..0393a00 100755
--- a/release.sh
+++ b/release.sh
@@ -330,6 +330,8 @@ process_module() {
echo " clean-up previously failed attempts at distcheck"
return 1
fi
+ # create tmpdir
+ # run autogen.sh and/or equivalent
status_file=`find . -name config.status -type f`
if [ $? -ne 0 ]; then
echo "Error: failed to locate config.status."
@@ -459,7 +461,7 @@ process_module() {
return 1
fi
- # If a tag exists with the the tar name, ensure it is tagging the top commit
+ # If a tag exists with the tar name, ensure it is tagging the top commit
# It may happen if the version set in configure.ac has been previously released
tagged_commit_sha=`git rev-list --max-count=1 $tag_name 2>/dev/null`
if [ $? -eq 0 ]; then
--
2.8.2
More information about the xorg-devel
mailing list