diff --git a/checkrun.sh b/checkrun.sh index f63f1a5..cc63475 100755 --- a/checkrun.sh +++ b/checkrun.sh @@ -3,7 +3,7 @@ # clear preexisting variables not set by job unset MOUNT_OPTIONS TEST_AREA LINT_ARCH SHELLCHECK_OPTIONS -# clear preexising checkstyle files +# clear preexisting checkstyle files [[ -f "${WORKSPACE}"/shellcheck-result.xml ]] && rm "${WORKSPACE}"/shellcheck-result.xml # check for common locations and exit if not found