branch: externals/detached
commit 439cf1cf1950c2a2794056303fe6b088651ff31f
Author: Niklas Eklund <[email protected]>
Commit: Niklas Eklund <[email protected]>

    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