On Mon, 2009-06-01 at 04:26 -0500, Victor Lowther wrote: > > +#!/bin/bash # for highlighting > > Please don't do this. The # for highlighting part? Sure, I thought I killed those. #!/bin/bash as well? I can go along with that -- it is a work around for broken highlighting: > Which editor are you using that highlights bash but not sh correctly? vim on F10 has different rules for sh and bash -- things like $() and ${t%%:*} are lit in red for sh, but they are valid; they don't highlight that way if vim sees #!/bin/bash -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html