mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
Autotest formatting touchups.
* lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal output. (PATH): Simplify computation of new PATH. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
1e9958daa7
commit
3b121ee688
@ -1,3 +1,10 @@
|
||||
2007-09-27 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Autotest formatting touchups.
|
||||
* lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal
|
||||
output.
|
||||
(PATH): Simplify computation of new PATH.
|
||||
|
||||
2007-09-26 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Fix testsuite breakage in last patch.
|
||||
|
@ -587,13 +587,9 @@ at_new_path=
|
||||
_AS_PATH_WALK([$at_path],
|
||||
[as_dir=`(cd "$as_dir" && pwd) 2>/dev/null`
|
||||
test -d "$as_dir" || continue
|
||||
case $at_new_path in
|
||||
$as_dir | \
|
||||
$as_dir$PATH_SEPARATOR* | \
|
||||
*$PATH_SEPARATOR$as_dir | \
|
||||
*$PATH_SEPARATOR$as_dir$PATH_SEPARATOR* ) ;;
|
||||
|
||||
'') at_new_path=$as_dir ;;
|
||||
case $PATH_SEPARATOR$at_new_path$PATH_SEPARATOR in
|
||||
*$PATH_SEPARATOR$as_dir$PATH_SEPARATOR*) ;;
|
||||
$PATH_SEPARATOR$PATH_SEPARATOR) at_new_path=$as_dir ;;
|
||||
*) at_new_path=$at_new_path$PATH_SEPARATOR$as_dir ;;
|
||||
esac])
|
||||
PATH=$at_new_path
|
||||
|
Loading…
Reference in New Issue
Block a user