[PATCH util-modular 2/4] release.sh: remove stray echo "$full_module_url"
Emil Velikov
emil.l.velikov at gmail.com
Thu Jan 19 19:30:08 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Seemingly a debug leftover from commit cc5c629163c. Does not provide any
value, afaict.
Cc: Alan Coopersmith <alan.coopersmith at oracle.com>
Cc: Gaetan Nadon <memsize at videotron.ca>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
release.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/release.sh b/release.sh
index e3ed636..f5ea397 100755
--- a/release.sh
+++ b/release.sh
@@ -234,7 +234,6 @@ get_section() {
fi
# The last part of the git url will tell us the section. Look for xorg first
- echo "$full_module_url"
module_url=`echo "$full_module_url" | $GREP -o "/xorg/.*"`
if [ $? -eq 0 ]; then
module_url=`echo $module_url | cut -d'/' -f3,4`
--
2.11.0
More information about the xorg-devel
mailing list