changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / scripts/get-emacs.sh

revision 17: aac1cf6cf2bb
parent 16: 87dd4724adfb
child 21: 3491c1d1815d
     1.1--- a/scripts/get-emacs.sh	Mon Nov 27 23:47:58 2023 -0500
     1.2+++ b/scripts/get-emacs.sh	Fri Dec 01 23:20:45 2023 -0500
     1.3@@ -1,5 +1,4 @@
     1.4 #!/usr/bin/bash
     1.5 VER="${1:-main}"
     1.6-TARGETDIR=${2:-$(realpath build/emacs-$VER)}
     1.7-
     1.8+TARGETDIR=${2:-$(realpath build/src/emacs-$VER)}
     1.9 git clone https://vc.compiler.company/packy/shed/vendor/emacs.git $TARGETDIR