Fix path problem of md5sum command.

master
Andy Stewart 6 years ago
parent eef517c844
commit ce9b68f564
  1. 2
      eaf.el

@ -1631,7 +1631,7 @@ Make sure that your smartphone is connected to the same WiFi network as this com
(eaf-open file "mindmap"))
(defun eaf-get-file-md5 (file)
(car (split-string (shell-command-to-string (format "md5sum %s" (file-truename file))) " ")))
(car (split-string (shell-command-to-string (format "md5sum '%s'" (file-truename file))) " ")))
(defun eaf-open-office (file)
(interactive "fOpen office file: ")

Loading…
Cancel
Save