[Bug 118] New: make process assumes bash

[email protected] Tue, 22 Mar 2005 13:41:16 -0500
Newsgroups gmane.comp.java.vm.sablevm.bugs
Message-ID <[email protected]>
http://sablevm.org/bugs/show_bug.cgi?id=118

           Summary: make process assumes bash
           Product: SableVM
           Version: 1.11.1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P3
         Component: default
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


The make process includes shell actions which assume a bash shell, although that isn't required 
anywhere. This is OK for Linux and many other platforms where the default sh shell includes bash 
capabilities. Unfortunately this fails on other OS's (such as AIX) where "sh" really is just "sh".

I'm including a fix for Makefile.in for one of these issues.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.