mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-17 02:51:04 -07:00
Fix clean.sh
Was ignoring editions with numerals in pathname
This commit is contained in:
parent
f42acfa73e
commit
f8723397e9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
# Remove any output files
|
||||
|
||||
find . -regex "^./editions/[a-z\.-]*/output/.*" -delete
|
||||
find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue