bashsupport-pro
bashsupport-pro copied to clipboard
Variable used in trap "could be local"
foo() {
results=$(mktemp)
trap 'rm -f "$results"' EXIT
}