mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
124b3dfa91
Bash scripts create and tear down symlinks on Windows. These use the packages.txt file as input to identify the symlink locations. The scripts ignored the last line in packages.txt if it didn't end with a newline. Also, one location was missing. Resolve both issues. Closes #12422