From c136cc0d82008ceb1e22b8214ac2c3a30be6d7a9 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Fri, 12 Jul 2019 13:04:19 +0200 Subject: [PATCH] Remove comment on prerequisites This comes from a test by error and is preventing the main tasks to be executed. Signed-off-by: Yolanda Robla Change-Id: I07067eec395a651d0f57a45fac2629f28d3f6008 --- utils/prep_host.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/prep_host.sh b/utils/prep_host.sh index 2eba32f..cc51a53 100755 --- a/utils/prep_host.sh +++ b/utils/prep_host.sh @@ -102,11 +102,11 @@ then exit 1 fi -# Check whether user had supplied -h or --help . If yes display usage +# Check whether user had supplied -h or --help . If yes display usage if [[ ( $1 == "--help") || $1 == "-h" ]] then display_usage exit 1 fi -#prerequisites +prerequisites -- 2.16.6