[
https://issues.apache.org/jira/browse/SOLR-9509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15503502#comment-15503502
]
Kevin Risden commented on SOLR-9509:
------------------------------------
Another way to grab executable files:
{code}
git ls-files -s . | grep 100755 | grep -v \.java | awk '{print $4}' | sort -u >
~/Downloads/git_executable.txt
{code}
> Fix problems in shell scripts reported by "shellcheck"
> ------------------------------------------------------
>
> Key: SOLR-9509
> URL: https://issues.apache.org/jira/browse/SOLR-9509
> Project: Solr
> Issue Type: Task
> Security Level: Public(Default Security Level. Issues are Public)
> Components: scripts and tools
> Reporter: Jan Høydahl
> Attachments: bin_solr_shellcheck.txt, shellcheck_solr_20160915.txt,
> shellcheck_solr_bin_bash_20160915.txt, shellcheck_solr_bin_sh_20160915.txt,
> shellcheck_solr_usr_bin_env_bash_20160915.txt
>
>
> Running {{shellcheck}} on our shell scripts reveal various improvements we
> should consider.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]