Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/scripts/windows/remove-symlinks.sh

12 lines
257 B
Bash
Raw Normal View History

build: fix some issues on Windows platforms Closes #9450
2016-06-21 00:25:55 +02:00
#!/usr/bin/env bash
cd `dirname $0`
build: ensure necessary symlinks created on windows 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
2016-10-21 01:57:25 +01:00
while read RAW_PACKAGE || [[ -n "$RAW_PACKAGE" ]]
build: fix some issues on Windows platforms Closes #9450
2016-06-21 00:25:55 +02:00
do
build: ensure necessary symlinks created on windows 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
2016-10-21 01:57:25 +01:00
PACKAGE=${RAW_PACKAGE%$'\r'}
build: update the symlinks scripts for Windows to new packaging (#11192)
2016-09-06 19:25:59 +02:00
DESTDIR=./../../modules/\@angular/${PACKAGE}
build: fix some issues on Windows platforms Closes #9450
2016-06-21 00:25:55 +02:00
rm ${DESTDIR}/facade
mv ${DESTDIR}/facade.old ${DESTDIR}/facade
done < packages.txt
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 296ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API