kernel/linux: fix missing quote

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
This commit is contained in:
Benoît Thébaudeau" 2011-12-12 21:47:08 +01:00
parent e216f3b865
commit c6c56296dc

View File

@ -66,7 +66,7 @@ do_kernel_get() {
CT_GetFile "linux-${CT_KERNEL_VERSION}" \
"${korg_base}" \
"${korg_base}/longterm/v${k_ver}" \
"${korg_base}/longterm
"${korg_base}/longterm"
fi
}