diff --git a/script/ubuntu-kaiten-yaki.sh b/script/ubuntu-kaiten-yaki.sh index cf98d48..f009f0a 100644 --- a/script/ubuntu-kaiten-yaki.sh +++ b/script/ubuntu-kaiten-yaki.sh @@ -7,7 +7,7 @@ source config.sh (return 0 2>/dev/null) && sourced=1 || sourced=0 if [ $sourced -eq 0 ] ; then cat <&2 -***** ERROR : Must execute as source ***** +***** ERROR : Must execute as "sourced" ***** Execute as following : source ubuntu-kaiten-yaki.sh diff --git a/script/void-kaiten-yaki.sh b/script/void-kaiten-yaki.sh index 0108cc6..70819b1 100644 --- a/script/void-kaiten-yaki.sh +++ b/script/void-kaiten-yaki.sh @@ -7,9 +7,9 @@ source config.sh (return 0 2>/dev/null) && sourced=1 || sourced=0 if [ $sourced -eq 0 ] ; then cat <&2 -***** ERROR : Must execute as source ***** +***** ERROR : Must execute as "sourced" ***** Execute as following : -source ubuntu-kaiten-yaki.sh +source void-kaiten-yaki.sh Installation terminated. HEREDOC