This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

for f in *; with samba (cygwin 1.1.1)


Hello,

Was trying to build GCC but found it wasn't configuring.  Diging around
and I found that ash would expand:

  for f in /samba/drive/gcc/*/config-lang.in
  do
	echo $f
  done

into all files in the directory /samba/drive/gcc with
``/config-lang.in'' appended instead of filtering it down to just
sub-directories containing config-lang.in.

Has anyone else seen this?

	Andrew

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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