@@ -1199,13 +1199,13 @@ check_params() {
log 1 "menu item directory... $menu_dir"
else
log 1 "menu item directory... none"
fi
}
if ! which realpath; then
if [ -z `which realpath 2>/dev/null` ]; then
realpath() { readlink -f -- "$@"; }
make_compiler_cflags() {
# Params:
# $1 - compiler
Status change: