diff --git a/tools/work/Makefile b/tools/work/Makefile index 1c8cd48d10..3f9cab66a8 100644 --- a/tools/work/Makefile +++ b/tools/work/Makefile @@ -26,7 +26,7 @@ test: -e '>> Searching for broken symlinks - -@find $(THEMES) -xtype l -print + -@find $(THEMES) -xtype l -printf '%p -> %l\n' # >>> Searching for invalid filenames -@find $(THEMES) -not -iregex '.*/[-_\.+@a-z0-9]*' -print # --- TEST COMPLETED ---