On Feb 18, 2009, at 10:31 AM, Thiago Galesi <[email protected]> wrote:


You mean:
for f in "$dsrc/modules"/*.sh; do
?

Silly, silly me :)
I was worried about the [^~] at the end , and couldn't make it work
with the sh but, of course, *.sh does the trick

The [^~] says to skip everything that ends in ~. Since we are just looking for .sh now, we do not need it.


--
-
Thiago Galesi
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to