diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index d95d755..69181b6 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -361,7 +361,7 @@ Set_defaults () ;; m68k) - LH_LINUX_FLAVOURS="You need to specify the linux kernel flavour manually on m68k (FIXME)." + Echo_error "You need to specify the linux kernel flavour manually on m68k (FIXME)." exit 1 ;; |