# Strip all '"' and '\''
gsub(/\"/, "")
gsub(/\'/, "")
# Strip leading and trailing spaces
gsub(/^[[:space:]]*/, "")
gsub(/[[:space:]]*$/, "")
if (envnode[1] in ENVTREE) {