Hello, I'm trying to get this rule to work:
id3tag:
echo mp3/blues/john_lee_hooker/boom_boom/ | IFS=/ read form
genre artist album && echo "$$form $$genre $$artist $$album"
but it echoes nothing.
When issued from a shell it works.
What have I overlooked?
Thanks,
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
