[
https://issues.apache.org/jira/browse/HADOOP-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599113#action_12599113
]
Doug Cutting commented on HADOOP-3435:
--------------------------------------
+1
src/test/bin/test-patch.sh should also be changed to specify '#!/usr/bin/env
bash' as its first line. That's what we've found to be most portable, as bash
is not always installed in /usr/bin. Can you please add that to this patch?
Thanks!
> test-patch fail if sh != bash
> -----------------------------
>
> Key: HADOOP-3435
> URL: https://issues.apache.org/jira/browse/HADOOP-3435
> Project: Hadoop Core
> Issue Type: Bug
> Reporter: Brice Arnould
> Assignee: Brice Arnould
> Attachments: buildWithBash.patch
>
>
> On systems where dash is used as the posix shell (including Ubuntu),
> test-patch fails. The solution is to replace sh with bash in the build file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.