2009/4/13 Ricardo Nabinger Sanchez <rnsanc...@wait4.org>: > Hello Jonas, > > On Mon, 13 Apr 2009 23:07:11 +0200 > Jonas Karlsson <cj.karls...@gmail.com> wrote: > >> Yes, but currently you pass 'python\*' - with single quotes and >> backslash. > > This was tricky: actually it's not quoted. The first ' closes the > initial opening quote (at the line with echo),
Ah, hard to notice that without full context. I saw that now, looking in my editor with syntax high-lighting. > python\* passes without > quoting, and another quoting is opened. I cleaned this in my local > version to avoid someone else tripping on this, and a couple of tests > already passed nicely. I have another one to believe that this should > work as expected. You should use "python*" then. It will be passed litterally, including quotes, as it's inside singel quotes (the echo) and will work with find with the produced script. -- /Jonas _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel