bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a


From: Boyd Lynn Gerber
Subject: Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a
Date: Thu, 14 Mar 2002 17:24:22 -0700 (MST)

On Thu, 14 Mar 2002, Paul Eggert wrote:
> > $ /tmp/tt
> > /tmp/tt: syntax error at line 1 : `'' unmatched

I replaced what I had with what you sent this last time and now /tmp/tt
works.

> Sounds like there may be a transmission error.
> What is the output of these commands?
>
> cat /tmp/tt
> /bin/sh /tmp/tt
>
> Here's what happens when I try it here:
>
> $ cat /tmp/tt
> ksh -xc '
>    set x --help --list
>    while test $# -gt 0; do
>      case $1 in
>        --help | -h )
>          at_help_p=:
>          ;;
>
>        --list | -l )
>          at_list_p=:
>          ;;
>      esac
>      shift
>    done
>    echo $#
> '
> $ /bin/sh /tmp/tt
> + set -o emacs
> + alias dirs=echo $PWD $OLDPWD
> + alias hi=fc -l -10
> + : shade.twinsun.com
> + PS1=!-${HOSTNAME%%.*} \$
> + set x --help --list
> + test 3 -gt 0
> + shift
> + test 2 -gt 0
> + at_help_p=:
> + shift
> + test 1 -gt 0
> + at_list_p=:
> + shift
> + test 0 -gt 0
> + echo 0
> 0
> $
>

--
Boyd Gerber <address@hidden>
ZENEZ   3748 Valley Forge Road, Magna Utah  84044




reply via email to

[Prev in Thread] Current Thread [Next in Thread]