do not expand paths given by shell
commit71af3819c0b79ce09e2f8237aca22ce902510bdd
authorEric Wong <normalperson@yhbt.net>
Mon, 30 Nov 2009 04:41:38 +0000 (29 20:41 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 30 Nov 2009 04:41:38 +0000 (29 20:41 -0800)
treee091f6f744d78e61b6b9d859f02a3a0b62b70bc9
parent0e278d23faa3a07bc2fc7e473b29af6429d6aeef
do not expand paths given by shell

Shells already expand '~' before the executables see it, and
relative paths inside symlinks can get set incorrectly to the
actual directory name, and not the (usually desired) symlink
name for things like Capistrano.

Since our paths are now unexpanded, we must now check the
"working_directory" directive and raise an error if the user
specifies the config file in a way that makes the config file
unreloadable.
bin/zbatery