libtool
[Top][All Lists]
Advanced

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

shell wrapper bug exists in 1.4.3, too


From: Bruce Korb
Subject: shell wrapper bug exists in 1.4.3, too
Date: Tue, 04 Feb 2003 19:06:59 -0800

Next step is CVS, but meanwhile, this is the command line
in the failing shell script:

  exec $program ${1+"$@"}

The shell used by the script is "/bin/sh".
Has there been any change to this under CVS?

The example failure (again):

$ ls -1 *.[ch]|$col --line-sep=' \'
columns: Command line arguments not allowed
columns - Columnize Input Text - Ver. 1.1
USAGE:  columns [ -<flag> [<val>] | --<name>[{=| }<val>] ]...

$ ls -1 *.[ch]|$col --line-sep='\'
autoopts.c      autoopts.h      boolean.c       enumeration.c   numeric.c\
options.h       pgusage.c       restore.c       save.c          stack.c\
streqv.h        streqvcmp.c     usage.c         version.c

$ uname -a
Darwin usf-cf-ppc-macosx-1 5.5 Darwin Kernel Version 5.5: Thu May 30 14:51:26 
PDT 2002; root:xnu/xnu-201.42.3.obj~1/RELEASE_PPC 
Power Macintosh powerpc

========== BACK ON MY DEVELOPMENT BOX ============

$ ( autoconf --version | head -1                                              >
>   automake --version | head -1
>   libtool  --version | head -1 )
autoconf (GNU Autoconf) 2.57
automake (GNU automake) 1.7.2
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)




reply via email to

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