Fix the misspell of VARIABLE

This commit is contained in:
Suikan 2021-07-02 16:58:46 +09:00
parent d18f152aa3
commit 57ccc0894c
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ function confirmation(){
# Consistency check for the OVERWRITEINSTALL and ERASEALL
if [ ${ERASEALL} -eq 1 -a ${OVERWRITEINSTALL} -eq 1 ] ; then
cat <<- HEREDOC 1>&2
***** ERROR : Confliction between ERASEALL and OVERWRITEINATALL *****
***** ERROR : Confliction between ERASEALL and OVERWRITEINSTALL *****
...ERASEALL = ${ERASEALL}
...OVERWRITEINSTALL = ${OVERWRITEINSTALL}
...Check configuration in config.txt