]> Untitled Git - hvlinux.git/commitdiff
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 93f3e8743141334f9a6d685ea275f8b8dca5c062..199b3da5cac37ff561e2c3144e27e8d5d435d259 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 43e4e0eb20d3b62df08e6652e54378cbef60c115..bbe399857e48e2ff6efdb278c76fceeb13b08094 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 04bddd600367fe5d67b3afecfb98769b3baf5f2c..2efe336be3e4880656760492d1d867d6be05f93f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 306f6d710bdfc72787cce2f2bb024f8aa6a2ecd5..fd30558898d3421c2a631889f107ad7f088d00ae 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index b334ff53d9d2ae3804171e7af9b103ad5a880b55..50717e61c4ca12d3faee6f45710694c3d504ec3c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index aa2631001e2e4bed5bebccf9a2e1749797eaf589..b29d8debd65c34c3364b5e0e131951be13f846f8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 16b2240abdb031144cc976c3db08b118e59cda72..19ac7e54c8ae1cc541caa7acd5fceda2f095f0e2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 61cc0fd637467665ec739770539cc995b2aa16a2..17b1f12257a37c179898da46e99108005231cc8d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 64dee8ac2a3a0f55cd74684185c56770d44528ec..02997da461a166a375249bf17f08b7eaa1b10abf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index f707f70ec71bdb08bd7029c0d7b6899582e254ce..103a21b7656872a2f3313a3ee8bfe52d0fa6f98c 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 b3deadcc739f4642768774cee7faa10c8002d527..7172e9080fd5185553aba3ff3ed22d5f9085a242 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 0f3ddb8bc4dff230fc0ceff32515691ee655a6ab..ff5ae388eadc18ca543a789bec7a9d86a5497499 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 03e97c0ccdae6a94e9832f15ea4089c453cb5951..434386da1341190a18c6140323244332b7a3e20f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index 251178535d37e1ca6cf7b9421944c3461c5ced6e..bacb24e310a2e16ae8c2ae433864071857d83ec5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index c046397b06cb024a0481e6424f548f465e73a9d7..460e545e9282b019c07690b9303963eb54c5544f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index cb35527f43482d0605430cf40079a7e764ce944d..bef600a0a729cbc7518a5012a3458269de57cfaf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 080d4cb0ffe74c66efa154a12501af7e4a3fff22..5a4b628b77cbe01b1895db08d9bfe9ebb83a8cb0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 02dc099fdcf79cca5c3aecd9cd034fff9115ce28..7fa350c6993d10d9c7000dcb03dae977a24c96a8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index ab5d59da820aa6706f722e08b92a379573ab6e1e..bd972fe1d9e558d5d247f15c3cef19e452b65831 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index 01141076d78cc6aa47d6f07801e2f359bbdbddcb..d1076bc443487ce18831ad162681af6d37a70127 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 158983a21499d64fa2bb2e5acb21d272c2d51278..e42af37649afd55ad7ab2ec3a5b6e3b6399b0001 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 34bda088f98507cd6e266838ec7623fa8b5e14f2..7f3bc673df5518748c2b3958563a098d66d35cd4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 6e2113a2be438f7840348419a2214276aef9d688..acc2b8b1819abbdd6bee852ff0d48a4d6fa55866 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 a3ff133532017400a952d03edbe12262fccc5a48..952cd155ee587ca99284b9a17a96f787afa9efb3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index e2c7ee6ca272d46182bb60be86767fe4da06d07c..901beab7dc5390fded3685bbec8c663b52c84da2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 54e594b21d2844485523899a9b16b236e7ba3c11..ffe95a194b1e3643d88c9c874b489d3d950e5f05 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 7738c16a5748d18654f425df14e9eceb5f3a6c6f..3cdfabe380baa4d876e509272b8ec561a93853c7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 8ab7a95be3faca1ce1f0d814b9a044462c45880c..6781d17da127e3f1248343e2006218742915e96e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 7e17d499e7fa3ec2cf3cf16a1600e89d3da24fb8..7d59783e977f2271d815605b0eff5dfd3bab4713 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 1ccfaa4fffa8a6228c142328935deae6483b4008..9df47923e5e5948fbcd1387ad6710ac8d7262ffc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 2b8512fadbc1bb130714d80beccc4baa5b4bb8ba..3e65624d7c02fe49d5702e4d11905c31c0445bfe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index 1f34931f0197f2b2dca7a4c3ee2a748bf6b870f2..8bd8e5a3005511b32a768abdc7c005b8ec6c128c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 9fae28314af8b2dc2c6a67c491568cdc4f3f3ca6..2646a1db1de19573165020b707023b8b6980dc38 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 5a31b38312f44b9ae49c172ccac835da10237d56..cf28d22f8b86c3c2926ab1d01801377157689df5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 9dda98eafe64c183e08d577d7deee9f2c10034a9..bc63f0ad43cc5cea549cf1efe8b6a693835b4f4c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index bd6ba2c6b6f35654972019b02e521f662bd28440..92161d12be20852da9e153ae897642b94302877b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Reading system configuration informations, functions and package versions.
 source ../sysinfos
index feeb789ec14325f6775e0f7458db8a5dbe72ea4a..77c3643fbda67ad300a6e8abd9a2d7a6e1086b75 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index f198b8a34e1c9df2812c50208ec297c747f21ece..01f29d9c85917b2ed935bf4a716e394465b87c93 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index e96efd86553426ba1e70be60fd33d4ebe5e4d928..f05cb36174cf6434b3d9f861d4c61df2ad6c041b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 4ff2aab6b8c8a2aeee69952ca771f39b59458700..af99d6b49a71fb97ea5d28234f193b40ddde58e2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index bb716975e8f9cc4164b6d6a06b0484f28695964f..e169c69955f1e136fe28a5398a6518bbc63b2d8e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index d83d04cf525bdb10cae0e8900e4409fdc85c6d0a..b0453060cb3f21b040f1d19b96c047276fcc1962 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index 8a838016199241bd2197b6b3e47bcbe72875b2dc..967bb3b37023c149b954b3791e4a7ca0180670d9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
index 74f9d9cac39018afa55c0db188d35a25caef7384..c2a433bf3b569cca91d9a23ddce4eed44a0b202d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
index c44e74b70a98a200addaff7b1a695b47d030e765..ab7428135ddef59b91db2a4fc6beac166fe149f0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
index 4415639c4b1219a2c64e3490143571df4b83ed8f..debabd77c2e49d4980e8b1adf6f8ad58cde90495 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 LFS_STAGE=stage2
 
index 200e4a06284f7838fadc364f3d7e4c703be9406a..fb4f628ac00776f4a23e4dca1333a79a936318fe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 LFS_STAGE="stage2"
 USE_LFS_PATCHES=1
index 2ba83f70587e52425bcb24cddfcbb2ab0d5dc5fc..296857da8d7733c521f2c79e5802eec67370473e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 LFS_STAGE=stage2
 
index 5b4543b86e23bb1bfb95174d667151c862b75576..f27c5563ef0482e9b2acbd7eb8df9b0283fc2cf8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 LFS_STAGE=stage2