[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 02-lineno.patch
From: |
Tim Van Holder |
Subject: |
Re: 02-lineno.patch |
Date: |
Sat, 29 Sep 2001 14:28:20 +0200 |
> - exec ${SHELL-/bin/sh} ./$as_me.lineno
> + exec ${SHELL-/bin/sh} ./$as_me.lineno ${1+"address@hidden"}
I think $@ will need to be protected against further
expansion, the way configure does for its arguments
so they can be safely passed to sub-configures (escape
shell metachars).
- Re: 02-lineno.patch, (continued)
- Re: 02-lineno.patch, Raja R Harinath, 2001/09/25
- Re: 02-lineno.patch, Akim Demaille, 2001/09/27
- Re: 02-lineno.patch, Raja R Harinath, 2001/09/27
- Re: 02-lineno.patch, Akim Demaille, 2001/09/27
- Re: 02-lineno.patch, Raja R Harinath, 2001/09/27
- Re: 02-lineno.patch, Raja R Harinath, 2001/09/27
- Re: 02-lineno.patch, Akim Demaille, 2001/09/29
- Re: 02-lineno.patch, Akim Demaille, 2001/09/27
Re: 02-lineno.patch, Akim Demaille, 2001/09/27