From adad3a10eae76f0183527b6068ba5485f446134f Mon Sep 17 00:00:00 2001 From: Zero King Date: Tue, 21 Dec 2021 15:19:17 +0000 Subject: [PATCH] Expand path selected in install-docset-from-file --- dash-docs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash-docs.el b/dash-docs.el index 10f11ae..a2d00aa 100644 --- a/dash-docs.el +++ b/dash-docs.el @@ -339,7 +339,7 @@ If doesn't exist, it asks to create it." (with-temp-buffer (let* ((call-process-args (list "tar" nil t nil)) (process-args (list - "xfv" docset-temp-path + "xfv" (expand-file-name docset-temp-path) "-C" (dash-docs-docsets-path))) ;; On Windows, several elements need to be removed from filenames, see ;; https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#naming-conventions.