mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 18:27:10 +00:00
scripts: Change here document delimiters
Fix the outstanding scripts using non standard shell here document delimiters. This should have been caught by https://github.com/kata-containers/tests/pull/3937, but there is a bug in the checker which is fixed on https://github.com/kata-containers/tests/pull/4569. Fixes: #3864. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -53,7 +53,7 @@ source "${project_dir}/scripts/lib.sh"
|
||||
|
||||
usage()
|
||||
{
|
||||
cat <<EOT
|
||||
cat <<EOF
|
||||
Usage: $script_name [options] [command | <distro>]
|
||||
|
||||
Options:
|
||||
@@ -72,7 +72,7 @@ Otherwise, tests are run on all distros.
|
||||
$(basename ${test_config}) includes a list of distros to exclude from testing,
|
||||
depending on the detected test environment. However, when a <distro> is specified,
|
||||
distro exclusion based on $(basename ${test_config}) is not enforced.
|
||||
EOT
|
||||
EOF
|
||||
}
|
||||
|
||||
# Add an entry to the specified stats file
|
||||
|
Reference in New Issue
Block a user