FS#2979 - Bug in eclipse.install file

Attached to Project: Arch Linux
Opened by Jaroslaw Swierczynski (swiergot) - Wednesday, 20 July 2005, 16:01 GMT
Last edited by Dale Blount (dale) - Wednesday, 20 July 2005, 16:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Paul Mattal (paul)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

In all post_* functions, there is the following line:

update-desktop-database 2&>1 /dev/null

The output redirection is wrong - should be 2>&1 (not 2&>1).
This task depends upon

Closed by  Paul Mattal (paul)
Wednesday, 27 July 2005, 14:51 GMT
Reason for closing:  Implemented
Comment by Paul Mattal (paul) - Wednesday, 27 July 2005, 14:51 GMT
Yeah. Can't really believe I missed this one, but I did.

I've fixed this and it will roll out with the next version of Eclipse.

- P

Loading...