On Fri 19 Jun 2015, Emil Velikov wrote: > Cc: "10.5 10.6" <[email protected]> > Suggested-by: Ilia Mirkin <[email protected]> > Signed-off-by: Emil Velikov <[email protected]>
> -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 <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
