Fixed trailing / in ~/ expansion.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 5 Jun 2014 21:46:42 +0000 (23:46 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 5 Jun 2014 21:46:42 +0000 (23:46 +0200)
commit38b7d109ea5e38a25c51789315ce7174d19a6c3f
tree53e51b235e61abd2023662e622a9133933d0d74a
parentbe73f0a23d2a7346f9282351783eba4a6e05dc50
Fixed trailing / in ~/ expansion.

If ~/ was expanded the path had a trailing / but according to the shell this
should end up in directory without a slash.
src/util.c