On Mon, Mar 08, 2010 at 01:14:22PM -0500, Mike Frysinger wrote:

>`stat` is not in POSIX, so this would be an annoying regression

indeed
>
>sending the output through `echo` would also normalize the whitespace

That's make land, so i'd spare spawning one command (cut in this case or
echo as in sh) and normalize it with stuff builtin into make, i.e.
$(firstword )
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to