cygwin-dll-link: replace escaped space with quoting

This commit is contained in:
David McFarland
2026-02-08 19:51:57 -04:00
parent f1d9560d40
commit a934e8a9e5
@@ -88,7 +88,7 @@ _linkDeps() {
fi
fi
echo ' linking to:' "$dllPath"
CYGWIN+=\ winsymlinks:nativestrict ln -sr "$dllPath" "$dir"
CYGWIN+=' winsymlinks:nativestrict' ln -sr "$dllPath" "$dir"
_linkDeps "$dllPath" "$dir"
fi
_linkDeps_visited[$dir/$dll]=1