JamesValero / yjl

Automatically exported from code.google.com/p/yjl
0 stars 0 forks source link

[lf-submit.sh] The configuration files are made at an unexpected place. #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
> 1. Run lf-submit.sh on gnome-terminal

What is the expected output? What do you see instead?

>Expected output:
> The configuration files are made at /home/user/.config

>The performed result:
> The configuration files are made at %CURRENT_DIR%/~/.config

What version of the product are you using? On what operating system?

> lf-submit.sh Rev.r73a0815f63 on ubuntu 10.04

Please provide any additional information below.

> I changed line 106 to
> XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
> And it performed as expected.

Original issue reported on code.google.com by tekit...@gmail.com on 18 Jan 2011 at 8:13

GoogleCodeExporter commented 8 years ago
Thanks for pointing this bug out. It's fixed in r94ea4d7fdb now.

Original comment by livibet...@gmail.com on 18 Jan 2011 at 8:42