[Mesa-dev] [Mesa-stable] [PATCH] bugzilla_mesa.sh: sort the bugs list by number

Chad Versace chad.versace at intel.com
Tue Jun 23 09:05:45 PDT 2015


On Fri 19 Jun 2015, Emil Velikov wrote:
> Cc: "10.5 10.6" <mesa-stable at lists.freedesktop.org>
> Suggested-by: Ilia Mirkin <imirkin at alum.mit.edu>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>


> -urls=$(git log $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before -e $trim_after -e $use_https | sort | uniq)
> +urls=$(git log $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before -e $trim_after -e $use_https | sort-n | uniq)

That can't be right! A space is needed between 'sort' and '-n'.

Add the space, and this is
Reviewed-by: Chad Versace <chad.versace at intel.com>



More information about the mesa-dev mailing list