Description of Problem: Some init scripts use #!/bin/bash while many others similiar work with /bin/sh. This makes a less abstract dependency to bash. I'm not sure if there's bashisms there somewhere but it would be nice to have a simpler net of dependencies and more cinsistency. Version-Release number of selected component (if applicable): How Reproducible: Steps to Reproduce: 1. 2. 3. Actual Results: Expected Results: Additional Information:
This is because the $"..." localization method requires bash.