Cosmetics.

This commit is contained in:
Ruslan Ermilov 2006-08-28 08:06:21 +00:00
parent a324b5ecd3
commit efdab28ffe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161686

View File

@ -13,7 +13,7 @@ if [ $# -lt 1 ]; then
fi
CONFIG=$1
BOOT=${DESTDIR:-/}/boot
BOOT=${DESTDIR}/boot
KERNEL=$BOOT/$CONFIG
if [ -d $KERNEL ]; then