Chen Zhiwei created MESOS-3218:
----------------------------------
Summary: Enhance the bootstrap script
Key: MESOS-3218
URL: https://issues.apache.org/jira/browse/MESOS-3218
Project: Mesos
Issue Type: Improvement
Reporter: Chen Zhiwei
Assignee: Chen Zhiwei
Priority: Trivial
Running bootstrap command in Mesos root directory will create some link files.
But it can't handle below case:
1. Users accidently create an invalid link file
$ ln -s .gitignore-templat .gitignore
2. Then running bootstrap command will show an error message
$ ./bootstrap
ln: failed to create symbolic link ‘.gitignore’: File exists
The `test -e` command can't recognize invalid link file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)