summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-16 13:30:33 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-16 13:30:33 +0200
commitfb63cd6f05f842b21458076cf28cf79ded35846f (patch)
tree74f27e29d87cabd5f0034f2b0af52a80b2fbab70 /emacs-helm.sh
parent082f2d54bcb3382113df700139bab4b4cd7122cb (diff)
Declare bootstrap-version in emacs-helm.sh
It is needed by straight.
Diffstat (limited to 'emacs-helm.sh')
-rwxr-xr-xemacs-helm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-helm.sh b/emacs-helm.sh
index 7b886d1d..61204abf 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -177,6 +177,7 @@ cat > $CONF_FILE <<EOF
(setq load-path (quote $LOAD_PATH))
(defvar default-package-manager nil)
+(defvar bootstrap-version)
(let* ((packages "$LOAD_PACKAGES")
(pkg-list (and packages
(not (equal packages ""))