De-bashing Debian
Posted May 27, 2010 13:54 UTC (Thu) by
Tobu (subscriber, #24111)
Parent article:
De-bashing Debian
Many bashisms tend to improve maintainability. For example, [[ ]] helps prevent quoting errors, and >() is more foolproof than creating temporary files or fifos. I don't see a big performance impact in supporting some of these extensions in an extended mode for dash, to get a bit more speed than bash without doing a lot of pointless porting.
(
Log in to post comments)