Subject: | wishlist: allow interpolation in include statements? |
It would be cool if it was possible to interpolate variables in include
statements. ie.
foo = bar
include $foo
to include a config file named "bar". Currently this just gives an
error: "The file $foo does not exist..."