gnu: ecj-javac-wrapper: Remove trailing #T.

* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Remove trailing #T.
This commit is contained in:
Ricardo Wurmus 2021-12-17 17:20:59 +01:00
parent abbe291fc2
commit f76fd68414
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -564,8 +564,7 @@ (define (main args)
(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)