diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-07-16 19:12:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-07-16 19:12:53 +0000 |
commit | abcee477f075df829c8f43198d3ee45453daae81 (patch) | |
tree | 7301c4cf56233ce1f1672fd1fde57b3ec12a0ee7 /process-scripts.sh | |
parent | 0a69835ccf339929c19d9d24163e311f47a90776 (diff) |
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
Diffstat (limited to 'process-scripts.sh')
-rw-r--r-- | process-scripts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process-scripts.sh b/process-scripts.sh index 675b7f4f9..44518c423 100644 --- a/process-scripts.sh +++ b/process-scripts.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Boot scripts for s in bootscripts/lfs/init.d/* \ |