On 17/09/13 20:42, Russell Coker wrote: > Yes, Matthew's suggestion works really well for interactive use. I couldn't > work out how to make it run from a Makefile though.
Make initiates a new subshell for each command line, so putting the shopt on the same line as the command with the wildcards will fix this. Glenn -- sks-keyservers.net 0x6d656d65 _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
