This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Tweak for no-libio-install


According to Benjamin Kosnik:
> for i in ; do \
>   echo "/usr/bin/install -c -m 644 $i
> /mnt/hd/bliss/H-x86-temp/include/g++-v3/"; \
>         /usr/bin/install -c -m 644 $i
> /mnt/hd/bliss/H-x86-temp/include/g++-v3/; \
> done;

Confirmed: Bash does _NOT_ like empty for loops:

   $ bash -c 'for i in ; do echo $i; done'
   bash: -c: line 1: syntax error near unexpected token `;'
   bash: -c: line 1: `for i in ; do echo $i; done'

What shell are you using?  I have:

   $ bash --version
   GNU bash, version 2.03.0(1)-release (i386-pc-linux-gnu)

as distributed by Debian ("bash_2.03-6").
-- 
Chip Salzenberg              - a.k.a. -              <chip@valinux.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]