Skip to content

Commit

Permalink
bin/install-deps: Show message for each clone operation
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 18, 2024
1 parent ed59a37 commit c0f3d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install-deps
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
(insert-file-contents file)
(while (re-search-forward "^DEPS +\\+?= +\\([^/\n]+\\)" nil t)
(let* ((dep (match-string 1)))
(message "Cloning %s..." dep)
(if (member dep get-from-gnu-elpa)
(run "git" "clone" "--depth" "1"
"--single-branch" "--branch" (concat "externals/" dep)
Expand Down

0 comments on commit c0f3d8c

Please sign in to comment.