From: js AT hragir DOT aua DOT am (Jan) Subject: B20: @arg expansion change problem 26 Nov 1998 16:04:46 -0800 Message-ID: <365D84A9.7F6F.cygnus.gnu-win32@hragir.aua.am> Reply-To: jssr AT geocities DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Up to beta19, an argument starting with '@' always was considered a usual filename. Now in beta20, '@arg' is a filename if 'arg' isn't a file, or the content of 'arg' if 'arg' is a file. ex: rm a touch @a ->'@a' created rm @a echo e f g > a touch @a ->'e','f','g' created instead of '@a' this wasn't the case in pre-b20. As I use make for several dos/windows compilers, I need a way to tunnel the '@' through command lines without them erroneously getting expanded, should the conflicting '@'-less files exist. Is there a recommended solution for this? Or did I miss some environment variable? CYGWIN= noglob at least didn't help, and besides I still want the usual *,? wildcards expanded. js - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".