Skip to content

Commit

Permalink
[fu] batch-byte-compile - use file-name-nondirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 20, 2024
1 parent 776b532 commit 09ff2a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/batch-byte-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ for pattern in \
(setq exordium--require-package-archives package-archives)
(message "===Byte compilation start: %s==="
(mapcar (lambda (f)
(file-name-with-extension (file-name-base f)
(file-name-extension f)))
(file-name-non-directory f))
command-line-args-left))
(batch-byte-compile))' \
"${files[@]}"
Expand Down

0 comments on commit 09ff2a4

Please sign in to comment.