junneyang / zumastor

Automatically exported from code.google.com/p/zumastor
0 stars 1 forks source link

'sh' not always 'bash' #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to build from source on Ubuntu as described by doc/install.html
2.
3.

What is the expected output? What do you see instead?

ddsnap/scripts/genallpatches.sh and ddsnap/scripts/genpatch.sh fail 
because on Ubuntu '/bin/sh' is not bash. First line should 
be '#!/bin/bash' instead of '#!/bin/sh'.

What version of the product are you using? On what operating system?

SVN checkout. Ubuntu Server 7.10.

Please provide any additional information below.

Original issue reported on code.google.com by pgqui...@gmail.com on 29 Nov 2007 at 2:11

GoogleCodeExporter commented 9 years ago
Fixed in trunk in revision 998.

Original comment by sha...@gmail.com on 29 Nov 2007 at 2:52