1
0
Fork 0
mirror of synced 2024-06-02 23:31:11 -04:00

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

View file

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