Replaced /bin/sh by /bin/bash
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 6 Jul 2010 04:23:51 +0000 (04:23 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 6 Jul 2010 04:23:51 +0000 (04:23 +0000)
49 files changed:
stage2/cis-ac
stage2/cis-ac-nobuild
stage2/cis-binutils
stage2/cis-bison
stage2/cis-bootscripts
stage2/cis-bzip2
stage2/cis-compressdoc
stage2/cis-diffutils
stage2/cis-e2fsprogs
stage2/cis-eglibc
stage2/cis-findutils
stage2/cis-flex
stage2/cis-gcc
stage2/cis-gdbm
stage2/cis-groff
stage2/cis-grub
stage2/cis-gzip
stage2/cis-hv-utilities
stage2/cis-iana
stage2/cis-inetutils
stage2/cis-iproute2
stage2/cis-kbd
stage2/cis-kernel
stage2/cis-man-pages
stage2/cis-module-init-tools
stage2/cis-ncurses
stage2/cis-perl-pass1
stage2/cis-perl-pass2
stage2/cis-pkg-config
stage2/cis-popt
stage2/cis-post-install
stage2/cis-procps
stage2/cis-psmisc
stage2/cis-readline
stage2/cis-shadow
stage2/cis-stripping
stage2/cis-sysklogd
stage2/cis-sysvinit
stage2/cis-texinfo
stage2/cis-toolchain-adjust
stage2/cis-toolchain-test
stage2/cis-udev
stage2/cis-util-linux-ng
stage2/cis-zlib
stage2/create-config-files
stage2/install-2
stage2/packages-update
stage2/stage2-additions
stage2/stage2-install

index 93f3e87..199b3da 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 43e4e0e..bbe3998 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 04bddd6..2efe336 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 306f6d7..fd30558 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index b334ff5..50717e6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index aa26310..b29d8de 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 16b2240..19ac7e5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 61cc0fd..17b1f12 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 64dee8a..02997da 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index f707f70..103a21b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
@@ -18,7 +18,7 @@ EGLIBC_VER=$(echo ${PACKAGE} | sed "s!eglibc-\([0-9]*\.[0-9]*\.[0-9]*\)-.*!\1!g"
 case "${HVL_TARGET}" in
     "x86" | "x86_64")
         # Manually apply patch
-        apply_patch ${1}-rpath.patch ${1}
+        apply_patch ${PACKAGE}-rpath.patch ${PACKAGE}
         ;;
 esac
 
index b3deadc..7172e90 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 0f3ddb8..ff5ae38 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 03e97c0..434386d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index 2511785..bacb24e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index c046397..460e545 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index cb35527..bef600a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 080d4cb..5a4b628 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 02dc099..7fa350c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index ab5d59d..bd972fe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index 0114107..d1076bc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 158983a..e42af37 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 34bda08..7f3bc67 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 6e2113a..acc2b8b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
@@ -28,7 +28,7 @@ rm -rf dest
 VERSION=$(get_pkg_ver ${PACKAGE})
 SCRIPT=/usr/src/compile-kernel
 
-echo "#!/bin/sh" > ${SCRIPT}
+echo "#!/bin/bash" > ${SCRIPT}
 echo "KERNEL_VERSION=${VERSION}" >> ${SCRIPT}
 echo "KERNEL_NAME=clfs-\${KERNEL_VERSION}" >> ${SCRIPT}
 echo "DEST=/boot" >> ${SCRIPT}
index a3ff133..952cd15 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index e2c7ee6..901beab 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 54e594b..ffe95a1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 7738c16..3cdfabe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 8ab7a95..6781d17 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 7e17d49..7d59783 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 1ccfaa4..9df4792 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 2b8512f..3e65624 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index 1f34931..8bd8e5a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 9fae283..2646a1d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 5a31b38..cf28d22 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 9dda98e..bc63f0a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index bd6ba2c..92161d1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Reading system configuration informations, functions and package versions.
 source ../sysinfos
index feeb789..77c3643 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index f198b8a..01f29d9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index e96efd8..f05cb36 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 4ff2aab..af99d6b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index bb71697..e169c69 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index d83d04c..b045306 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 8a83801..967bb3b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 74f9d9c..c2a433b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index c44e74b..ab74281 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index 4415639..debabd7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 LFS_STAGE=stage2
 
index 200e4a0..fb4f628 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 LFS_STAGE="stage2"
 USE_LFS_PATCHES=1
index 2ba83f7..296857d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 LFS_STAGE=stage2
 
index 5b4543b..f27c556 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 LFS_STAGE=stage2