Skip to content

Commit

Permalink
print warning when 'attr' command is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Oct 20, 2021
1 parent f821d0a commit 90b73a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start_build_node_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 90b73a0

Please sign in to comment.