From 782cfedb67a366a516f346abba22add9b8df80ae Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Thu, 1 Jul 2021 15:22:30 +0900 Subject: [PATCH] Fixed message when it is not "sourced" --- script/ubuntu-kaiten-yaki.sh | 2 +- script/void-kaiten-yaki.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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