Index: Keywords/sample.ucl =================================================================== --- Keywords/sample.ucl +++ Keywords/sample.ucl @@ -56,6 +56,6 @@ if cmp -s "${target_file}" "${sample_file}"; then rm -f "${target_file}" else - echo "You may need to manually remove ${target_file} if it is no longer needed." + test ! -e "${target_file}" || echo "You may need to manually remove ${target_file} if it is no longer needed." fi EOD