diff options
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l index 9719f31..d19f233 100644 --- a/src/config.l +++ b/src/config.l @@ -1225,7 +1225,7 @@ void Config::check() QFileInfo fi(dotPath); if (fi.exists() && fi.isFile()) // user specified path + exec { - dotPath=fi.dirPath(TRUE).utf8(); + dotPath=fi.dirPath(TRUE).utf8()+"/"; } else { |