Commit a934e8a9 authored by David McFarland's avatar David McFarland
Browse files

cygwin-dll-link: replace escaped space with quoting

parent f1d9560d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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