gnu: ecj-javac-wrapper: Remove trailing #T.
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Remove trailing #T.
This commit is contained in:
parent
abbe291fc2
commit
f76fd68414
@ -564,8 +564,7 @@ requirement for all GNU Classpath releases after version 0.93.")
|
||||
(if (null? args)
|
||||
(format (current-error-port) "javac: no arguments given!\n")
|
||||
(main args)))))))
|
||||
(chmod target #o755)
|
||||
#t))))
|
||||
(chmod target #o755)))))
|
||||
(native-inputs
|
||||
`(("guile" ,guile-2.2)
|
||||
("ecj-bootstrap" ,ecj-bootstrap)
|
||||
|
Loading…
Reference in New Issue
Block a user