diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-11 10:21:21 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | 7c8551a397f1af627a6a450f1eeb77fe513cd272 (patch) | |
tree | 122bf492c8aeb27064cb78f7ead843eec3c0c367 /functions | |
parent | 74a5575d5a03a2897f10f207bf1c6acd00b30f6b (diff) | |
download | vyos-live-build-7c8551a397f1af627a6a450f1eeb77fe513cd272.tar.gz vyos-live-build-7c8551a397f1af627a6a450f1eeb77fe513cd272.zip |
Correcting some language shortcommings.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index cc0747a20..d95d755ac 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." + LH_LINUX_FLAVOURS="You need to specify the linux kernel flavour manually on m68k (FIXME)." exit 1 ;; @@ -383,7 +383,7 @@ Set_defaults () ;; *) - Echo_error "Architecture notyet supported (FIXME)" + Echo_error "Architecture not yet supported (FIXME)" ;; esac fi |