From 90b73a0fcf068818896b89d3eac9c82e5db821d4 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 20 Oct 2021 08:43:01 +0200 Subject: [PATCH] print warning when 'attr' command is not available --- start_build_node_env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start_build_node_env.sh b/start_build_node_env.sh index 0848a5b391..79028f86b5 100755 --- a/start_build_node_env.sh +++ b/start_build_node_env.sh @@ -18,6 +18,8 @@ if [ $? -eq 0 ]; then else rm $testfile fi +else + echo "WARNING: 'attr' command not available, so can't check support for extended attributes..." >&2 fi echo "Using $EESSI_TMPDIR as parent for temporary directories..."