File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -319,10 +319,10 @@ function, so am back-porting it here."
319
319
(defun org-babel-dsq--dsq-version ()
320
320
" Retrieve version of `dsq`."
321
321
(or
322
- (when-let ((dsq-version-string (shell-command-to-string (format " %s --version" org-babel-dsq-command))))
323
- (and (string-match " ^dsq v?\\ (.*\\ )$" dsq-version-string)
324
- (match-string 1 dsq-version-string)))
325
- (error " Cannot determine version of `dsq` " )))
322
+ (when-let ((dsq-version-string (shell-command-to-string (format " %s --version" org-babel-dsq-command))))
323
+ (and (string-match " ^dsq v?\\ (.*\\ )$" dsq-version-string)
324
+ (match-string 1 dsq-version-string)))
325
+ (error " Cannot determine version of `dsq` " )))
326
326
327
327
(defun org-babel-dsq--dsq-version< (required-version dsq-version )
328
328
" Return t if REQUIRED-VERSION is lower (older) than DSQ-VERSION, nil otherwise."
You can’t perform that action at this time.
0 commit comments