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)
|
(if (null? args)
|
||||||
(format (current-error-port) "javac: no arguments given!\n")
|
(format (current-error-port) "javac: no arguments given!\n")
|
||||||
(main args)))))))
|
(main args)))))))
|
||||||
(chmod target #o755)
|
(chmod target #o755)))))
|
||||||
#t))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-2.2)
|
`(("guile" ,guile-2.2)
|
||||||
("ecj-bootstrap" ,ecj-bootstrap)
|
("ecj-bootstrap" ,ecj-bootstrap)
|
||||||
|
Loading…
Reference in New Issue
Block a user