From: Emil Velikov <[email protected]> Seemingly a debug leftover from commit cc5c629163c. Does not provide any value, afaict.
Cc: Alan Coopersmith <[email protected]> Cc: Gaetan Nadon <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
