Andreas Schwab <schwab@xxxxxxxxxxxxxx> writes: > Ben Walton <bwalton@xxxxxxxxxxxxxxxxxx> writes: > >> + # Note: The extra [^/] is to work around a bug in Solairs' > > s/Solairs/Solaris/ True, but we do not have to single out the bug. The resulting code is easier to understand as it always expect at least one letter between slashes, which holds true because we are handling output from pwd. I'd rewrite it to: # Turn each leading "*/" component into "../" or something like that. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html