freetdm: use /bin/sh and not /bin/bash in the bootstrap script

This commit is contained in:
Moises Silva 2011-01-06 09:51:17 -05:00
parent 309ced0eac
commit b09c32c19a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
autoheader
libtoolize --force --copy
aclocal