]> Sergey Matveev's repositories - public-inbox.git/commit
public-inbox-init: use absolute path
authorEric Wong <e@80x24.org>
Sun, 6 Sep 2015 07:15:26 +0000 (07:15 +0000)
committerEric Wong <e@80x24.org>
Sun, 6 Sep 2015 09:26:31 +0000 (09:26 +0000)
commit2a2973d2774cb104d0a5a06e2febad8db10b39eb
tree17ffc520c4fe601a6ab5f2ec794e6f5caee8a65d
parentf76f265a851944b5dedcc3be5f3b5224b6ebda89
public-inbox-init: use absolute path

We actually have no business expanding (e.g. translating ~ to
$HOME) paths from the command-line argument, the shell does
that.

However, we need to make the path absolute instead.
public-inbox-init