emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/detached 439cf1cf19 2/2: Fix shellcheck warning


From: ELPA Syncer
Subject: [elpa] externals/detached 439cf1cf19 2/2: Fix shellcheck warning
Date: Thu, 15 Sep 2022 09:57:33 -0400 (EDT)

branch: externals/detached
commit 439cf1cf1950c2a2794056303fe6b088651ff31f
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Fix shellcheck warning
---
 build-package | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-package b/build-package
index bafe70cf78..d9749c1519 100755
--- a/build-package
+++ b/build-package
@@ -2,7 +2,7 @@
 # ; -*- mode: sh;-*-
 
 # 1) Byte compile
-emacs --batch --load=detached.el -f batch-byte-compile *.el
+emacs --batch --load=detached.el -f batch-byte-compile ./*.el
 
 # 2) Make autoloads
 emacs --batch --eval='(progn (setq make-backup-files nil) 
(make-directory-autoloads default-directory "detached-autoloads.el"))'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]