[
https://issues.apache.org/jira/browse/MESOS-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179270#comment-14179270
]
Cody Maloney commented on MESOS-1960:
-------------------------------------
I think that comes down to the test flag for symlinks differs for real files.
So we should `test -e` probably
>From the test manual:
{code} -e file True if file exists (regardless of type).{code}
> Silence symbolic link to pre-commit in bootstrap
> ------------------------------------------------
>
> Key: MESOS-1960
> URL: https://issues.apache.org/jira/browse/MESOS-1960
> Project: Mesos
> Issue Type: Improvement
> Reporter: Niklas Quarfot Nielsen
> Priority: Trivial
>
> Every time I run bootstrap, I see:
> {code}
> $ ./bootstrap
> ln: .git/hooks/pre-commit: File exists
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> ...
> {code}
> Should be pretty trivial to silence.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)