From 7eab6df7343d11ce9c1f67a1863b6f54fae73891 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 2 Oct 2018 18:19:32 +0200 Subject: [PATCH] Better log message --- dev/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/bootstrap.sh b/dev/bootstrap.sh index 39de5f8..54773af 100755 --- a/dev/bootstrap.sh +++ b/dev/bootstrap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -## dev pre-processor bootstrap rev 2018093001 +## dev pre-processor bootstrap rev 2018100201 ## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash function Usage { @@ -44,7 +44,7 @@ else __PREPROCESSOR_Constants if [ ! -f "$__PREPROCESSOR_PROGRAM_EXEC" ]; then - echo "Cannot find file [n_$bootstrapProgram.sh]." + echo "Cannot find file $__PREPROCESSOR_PROGRAM executable [n_$bootstrapProgram.sh]." exit 1 fi fi