view javah.in @ 2920:12c4c5ba02a1 icedtea-2.7.0pre13

PR3390: javac.in and javah.in should use @PERL@ rather than a hardcoded path 2017-05-15 Andrew John Hughes <gnu.andrew@member.fsf.org> PR3390: javac.in and javah.in should use @PERL@ rather than a hardcoded path * javac.in: Use @PERL@. * javah.in: Likewise.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Tue, 16 May 2017 03:02:53 +0100
parents 71fb0f9294cb
children
line wrap: on
line source

#!@PERL@ -w
use strict;

exec '@JAVAH@', (grep !/^-X/, @ARGV) ;