summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-11 10:23:08 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:28 +0100
commit65fc4e16458809842acad7d1398e214585758c25 (patch)
tree0e8e70a09d4f23d4214689b5f70619e647e8ce60 /functions
parent7c8551a397f1af627a6a450f1eeb77fe513cd272 (diff)
downloadlive-build-65fc4e16458809842acad7d1398e214585758c25.zip
live-build-65fc4e16458809842acad7d1398e214585758c25.tar.gz
Fixing wrong kernel flavour warning message on m68k.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
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
;;