|
@@ -17312,7 +17312,8 @@ inspection."
|
|
(save-match-data
|
|
(save-match-data
|
|
(shell-quote-argument (file-name-directory texfile)))
|
|
(shell-quote-argument (file-name-directory texfile)))
|
|
t t cmd)))
|
|
t t cmd)))
|
|
- (shell-command cmd)))
|
|
|
|
|
|
+ (setq cmd (split-string cmd))
|
|
|
|
+ (eval (append (list 'call-process (pop cmd) nil nil nil) cmd))))
|
|
(error nil))
|
|
(error nil))
|
|
(cd dir))
|
|
(cd dir))
|
|
(if (not (file-exists-p pdffile))
|
|
(if (not (file-exists-p pdffile))
|