Fix typo for Gentoo bug #294138

cleanup-cruft
Andrew Gaffney 16 years ago
parent 8b8cbb1978
commit 2e4e55a6e5

@ -3,6 +3,9 @@
# Distributed under the GPL v2
# $Id$
23 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
Fix typo for Gentoo bug #294138
16 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
Make sure to change back to existant directory before removing the current
directory for Gentoo bug #291794

@ -647,8 +647,8 @@ then
directory="${directory#${NEW_ROOT}/${FS_LOCATION}/}"
# Skip this directory if we already linked a parent directory
if [ "${curent_parrent}" != '' ]; then
var=`echo "${directory}" | grep "^${curent_parrent}"`
if [ "${current_parent}" != '' ]; then
var=`echo "${directory}" | grep "^${current_parent}"`
if [ "${var}" != '' ]; then
continue
fi

Loading…
Cancel
Save