Change book build scripts to specify bash, not sh

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8552 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs
2008-07-16 19:12:53 +00:00
parent 0a69835ccf
commit abcee477f0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Boot scripts
for s in bootscripts/lfs/init.d/* \