# 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
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