[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] bootstrap: set and use PATH_SEPARATOR
From: |
Eric Blake |
Subject: |
Re: [PATCH 1/4] bootstrap: set and use PATH_SEPARATOR |
Date: |
Wed, 19 Nov 2014 08:29:42 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 11/18/2014 08:54 PM, KO Myung-Hun wrote:
> A PATH separator may be different in according to systems. For
> examples, OS/2 uses ';'.
>
> * bootstrap (Shell normalisation): Set PATH_SEPARATOR properly.
> (func_check_tool): Use PATH_SEPARATOR.
> * gl/build-aux/bootstrap.in (func_check_tool): Use PATH_SEPARATOR.
> * gl/build-aux/funclib.sh (Shell normalisation): Set PATH_SEPARATOR
> properly.
> ---
> bootstrap | 11 ++++++++++-
> gl/build-aux/bootstrap.in | 2 +-
> gl/build-aux/funclib.sh | 9 +++++++++
> 3 files changed, 20 insertions(+), 2 deletions(-)
This should be fixed in upstream bootstrap first; looks like Gary took
care of that.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [PATCH] OS/2 patches for 1.4 branch, KO Myung-Hun, 2014/11/18
- [PATCH 1/4] bootstrap: set and use PATH_SEPARATOR, KO Myung-Hun, 2014/11/18
- Re: [PATCH 1/4] bootstrap: set and use PATH_SEPARATOR,
Eric Blake <=
- [PATCH 2/4] configure: append $EXEEXT suffix to /bin/sh, KO Myung-Hun, 2014/11/18
- [PATCH 3/4] configure: add -Zargs-resp to LDFLAGS on OS/2, KO Myung-Hun, 2014/11/18
- [PATCH 4/4] m4_esyscmd: fdopen() with a text mode explicitly on OS/2, KO Myung-Hun, 2014/11/18
- Re: [PATCH] OS/2 patches for 1.4 branch, Gary V. Vaughan, 2014/11/19