aboutsummaryrefslogtreecommitdiff
path: root/javah.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-05-08 12:52:58 +0200
committerGuido Günther <agx@sigxcpu.org>2013-05-08 12:52:58 +0200
commit9a8e56049ebf9f0878c7fe3efc0921df8aa6a0ba (patch)
tree7d61a00fa8d6ec4667663370cc42b04be03ec569 /javah.in
Imported Upstream version 7u21-2.3.9upstream/7u21-2.3.9upstream
Diffstat (limited to 'javah.in')
-rw-r--r--javah.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/javah.in b/javah.in
new file mode 100644
index 0000000..2e5e9df
--- /dev/null
+++ b/javah.in
@@ -0,0 +1,4 @@
+#!/usr/bin/perl -w
+use strict;
+
+exec '@JAVAH@', (grep !/^-X/, @ARGV) ;