Hi I seem to be hitting all of the things at once. Note that this isn't about recursive globbing.
Should this rule work? : foreach a/*/x.txt |> (more rule stuff) It isn't, for me. E.g. mkdir -p test/a/b test/a/c cd test touch a/b/x.txt a/c/x.txt tup init echo ': foreach a/*/x.txt |> touch %o |> %g' > Tupfile tup I'd expect b and c to be created; instead, I get the error: Failed to f ind directory ID for dir a/*/x.txt' relative to '.' Thanks -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/tup-users/fd64b9aa-2833-44e6-9a03-6f5bba5405d2n%40googlegroups.com.
