|
| From: | Peter Maydell |
| Subject: | Re: [Qemu-devel] [PATCH v2] Remove the extra -lrt switch |
| Date: | Fri, 27 Apr 2012 23:16:00 +0100 |
On 27 April 2012 22:55, Eric Blake <address@hidden> wrote:
> Shorter (and probably faster) to write this as:
>
> add_to_libs() {
> case " $LIBS " in
> " $1 ") ;;
> *) LIBS="$1 $LIBS" ;;
> esac
> }
...doesn't that need to be
*" $1 "*) ;;
?
-- PMM
| [Prev in Thread] | Current Thread | [Next in Thread] |