gen_configkernel: canonicalize path to kernel config

cleanup-cruft
Amadeusz Żołnowski 14 years ago
parent 691d7aad4d
commit ed4b49059f

@ -24,6 +24,7 @@ determine_config_file() {
else
gen_die 'Error: No kernel .config specified, or file not found!'
fi
KERNEL_CONFIG="$(readlink -f "${KERNEL_CONFIG}")"
}
config_kernel() {

Loading…
Cancel
Save