Updated to match Zim Styling Guidelines

This commit is contained in:
Atomic Coding 2018-04-05 11:51:22 -07:00 committed by GitHub
parent 730b69052a
commit a5a6347d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
zmodule_dir=${ZIM_HOME}/modules/${zmodule}
if [[ -d ${zmodule_dir} ]]; then
for file (${zmodule_dir}/**/*.{zsh,sh} \
${zmodule_dir}/*.{zsh,sh}); do
${zmodule_dir}/*.{zsh,sh}); do
if [[ -f ${file} ]]; then
zrecompile -pq ${file}
fi