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: Paul Eggert
Subject: Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a
Date: Thu, 14 Mar 2002 16:07:44 -0800 (PST)

> Date: Thu, 14 Mar 2002 16:27:47 -0700 (MST)
> From: Boyd Lynn Gerber <address@hidden>

> $ /tmp/tt
> /tmp/tt: syntax error at line 1 : `'' unmatched

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
$ 



reply via email to

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