Comment 5 for bug 102720

Revision history for this message
Micah Cowan (micahcowan) wrote :

The #! line at the top refers to #!/bin/sh, which in Edgy and on is dash, not bash. As I stated previously, this syntax is not portable across bourne shells. As a workaround, you can change the #! line to refer to /bin/bash instead. You should probably add SHELL=/bin/bash at the top of the toplevel Makefile. Please notify the authors of the LTP of this problem.

I will now be closing this bug out, as it has been determined that this is not a bug with bash, nor with Ubuntu.