Fixed message when it is not "sourced"

This commit is contained in:
Suikan 2021-07-01 15:22:30 +09:00
parent eaae8c84b8
commit 782cfedb67
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ source config.sh
(return 0 2>/dev/null) && sourced=1 || sourced=0
if [ $sourced -eq 0 ] ; then
cat <<HEREDOC 1>&2
***** ERROR : Must execute as source *****
***** ERROR : Must execute as "sourced" *****
Execute as following :
source ubuntu-kaiten-yaki.sh