First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 31006
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jonathan Rogers <jonner@teegra.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 31006 depends on: Show dependency tree
Bug 31006 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-10-12 19:12 0000
The ant shell script starts with "#! /bin/sh", but it contains Bash-specific
syntax. This issue is trivial to fix by replacing "/bin/sh" with "/bin/bash".

Reproducible: Always
Steps to Reproduce:
1.emerge app-shells/ash
2.replace /bin/sh with a symlink to /bin/ash
3.run ant
Actual Results:  
[: 87: ==: unexpected operator
Buildfile: build.xml does not exist!
Build failed

Expected Results:  
Buildfile: build.xml does not exist!
Build failed

------- Comment #1 From Adrian Almenar 2003-10-18 08:03:24 0000 -------
Fixed

First Last Prev Next    No search results available      Search page      Enter new bug