You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2008/05/22 20:41:55 UTC

[jira] Commented: (HADOOP-3435) test-patch fail if sh != bash

    [ 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.