|
From: P K. <pk...@cn...> - 2005-01-28 21:17:44
|
Hello. Minor nit. Could the scripts in the source tree be made to use '#!/bin/sh' instead of '#!/bin/bash'? On FreeBSD (at least) bash is an optional port. And even if bash was installed it would normally be found in /usr/local/bin. If scripts don't use any bash-specific features then they would be more portable if they used "#!/bin/sh". Thanks in advance. pk. |