mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 08:40:19 +00:00
get_dll_depensds.sh: ignore also files in c:\windows
GitHub Windows runners have system installed with a dir with a lowercase first letter.
This commit is contained in:
@@ -25,7 +25,7 @@ find_dll() {
|
||||
}
|
||||
|
||||
is_not_system_dll() {
|
||||
return $(test $(expr match "$1" '^/c/Windows') -eq 0)
|
||||
return $(test $(expr match "$1" '^/c/[Ww]indows') -eq 0)
|
||||
}
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user