s/elsif/elif/ because I use too many languages and random bash tutorials online can't be trusted

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@567 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Andrew Gaffney 17 years ago
parent 0815924a54
commit 20d54c9c00

@ -2,6 +2,11 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $Header: $
29 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
gen_initrd.sh:
s/elsif/elif/ because I use too many languages and random bash tutorials
online can't be trusted
28 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh, 28 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
genkernel: genkernel:
Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for

@ -408,7 +408,7 @@ append_auxilary() {
rm -f ${TEMP}/initramfs-aux-temp/sbin/cryptsetup rm -f ${TEMP}/initramfs-aux-temp/sbin/cryptsetup
cp /bin/cryptsetup ${TEMP}/initramfs-aux-temp/sbin/cryptsetup cp /bin/cryptsetup ${TEMP}/initramfs-aux-temp/sbin/cryptsetup
chmod +x "${TEMP}/initramfs-aux-temp/sbin/cryptsetup" chmod +x "${TEMP}/initramfs-aux-temp/sbin/cryptsetup"
elsif is_static /sbin/cryptsetup elif is_static /sbin/cryptsetup
then then
print_info 1 "Including LUKS support" print_info 1 "Including LUKS support"
rm -f ${TEMP}/initramfs-aux-temp/sbin/cryptsetup rm -f ${TEMP}/initramfs-aux-temp/sbin/cryptsetup

@ -216,7 +216,7 @@ create_base_initrd_sys() {
rm -f ${TEMP}/initrd-temp/sbin/cryptsetup rm -f ${TEMP}/initrd-temp/sbin/cryptsetup
cp /bin/cryptsetup ${TEMP}/initrd-temp/sbin/cryptsetup cp /bin/cryptsetup ${TEMP}/initrd-temp/sbin/cryptsetup
chmod +x "${TEMP}/initrd-temp/sbin/cryptsetup" chmod +x "${TEMP}/initrd-temp/sbin/cryptsetup"
elsif is_static /sbin/cryptsetup elif is_static /sbin/cryptsetup
then then
print_info 1 "Including LUKS support" print_info 1 "Including LUKS support"
rm -f ${TEMP}/initrd-temp/sbin/cryptsetup rm -f ${TEMP}/initrd-temp/sbin/cryptsetup

Loading…
Cancel
Save