mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Fix the misspell of VARIABLE
This commit is contained in:
parent
d18f152aa3
commit
57ccc0894c
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue