Fix oopsie in compile script

WIP-cache
Hugo Thunnissen 9 months ago
parent 84ddaf1dc2
commit 9d697550f7

@ -4,6 +4,6 @@ for file in ./*.el; do
cask emacs -batch -L . --eval '(setq byte-compile-error-on-warn t)' -f batch-byte-compile "$file" || break
done
if ! [[ -n 'NO_REMOVE_ELC' ]]; then
if [[ -z $NO_REMOVE_ELC ]]; then
rm ./*.elc
fi

Loading…
Cancel
Save