summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis-dev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-dev.el b/gnosis-dev.el
index d93dc87..854cb50 100644
--- a/gnosis-dev.el
+++ b/gnosis-dev.el
@@ -110,7 +110,7 @@ by the thoracodorsal nerve."
If ask nil, leave development env"
(interactive)
(let ((ask (y-or-n-p "Start development env (n for exit)?"))
- (testing-dir (concat gnosis-dir "testing")))
+ (testing-dir (expand-file-name gnosis-dir "testing")))
(if ask
(progn
(unless (file-exists-p testing-dir)