GNOME Bugzilla – Bug 722353
#!/bin/bash in docs/tools/gen-doc.sh
Last modified: 2014-01-17 10:22:04 UTC
Some systems do not have bash installed in /bin. Change it to #!/usr/bin/env bash is more portable.
Thank you Tin, the script has now been updated! :) commit 2c4ce14f09e85fb71ec1f452be054d9d7b3a61f8 Author: Martyn Russell <martyn@lanedo.com> Date: Fri Jan 17 09:48:30 2014 +0000 docs/tools: make gen-doc.sh more portable, don't use /bin/bash https://bugzilla.gnome.org/show_bug.cgi?id=722353