We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 321368f + a4448c5 commit 76df0e6Copy full SHA for 76df0e6
Taskfile.yml
@@ -429,8 +429,8 @@ tasks:
429
' \
430
basename "$0" | \
431
grep \
432
- --perl-regexp \
433
- --regexp='"'"'([<>:"/\\|?*\x{0000}-\x{001F}])|(.+\.$)'"'"' \
+ --extended-regexp \
+ --regexp='"'"'([<>:"/\\|?*'"'"'"$(printf "\001-\037")"'"'"'])|(.+\.$)'"'"' \
434
--silent \
435
&& \
436
echo "$0"
workflow-templates/assets/check-files-task/Taskfile.yml
@@ -18,8 +18,8 @@ tasks:
18
19
20
21
22
23
24
25
0 commit comments