mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 01:14:36 +00:00
Fix clean.sh
Was ignoring editions with numerals in pathname
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
# Remove any output files
|
||||
|
||||
find . -regex "^./editions/[a-z\.-]*/output/.*" -delete
|
||||
find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete
|
||||
|
||||
Reference in New Issue
Block a user