mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-13 11:01:04 +00:00
6 lines
352 B
Bash
Executable File
6 lines
352 B
Bash
Executable File
#!/bin/sh
|
|
# TODO(infinity0): this can be removed when antlr4 provide this as a convenience script
|
|
# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814253 for details.
|
|
# Don't forget to update override_dh_auto_configure when you remove it.
|
|
exec java -cp /usr/share/java/antlr4.jar:/usr/share/java/antlr4-runtime.jar org.antlr.v4.gui.TestRig "$@"
|