Hello Jonas,

On Mon, 13 Apr 2009 21:33:38 +0200
Jonas Karlsson <cj.karls...@gmail.com> wrote:

> Is this really correct? Doesn't it only try to match the literal
> string "python*" and not do a wild card match?

Actually it is passing python* to find, which is doing what you said---
trying to match something named python*, literally.  If I can't get it
right, I'll revert.  It appeared to be OK, but it still issues this:

/root/Programs/Rootless/Current/bin/StartRootless:1: no matches found:
python*

Then, if line 18 of StartRooless reads like:

done < <(find "${goboPrefix}/System/Links/Libraries" -maxdepth 1 -name
python\* | sort)

It works without an issue.  I'm just not getting either python\* or
'python*' (these both should and do work).

Regards.

-- 
Ricardo Nabinger Sanchez           http://rnsanchez.wait4.org/
  "Left to themselves, things tend to go from bad to worse."
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to