aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/cup/files/cup
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/cup/files/cup')
-rwxr-xr-xrecipes-core/cup/files/cup5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/cup/files/cup b/recipes-core/cup/files/cup
new file mode 100755
index 0000000..34b4f05
--- /dev/null
+++ b/recipes-core/cup/files/cup
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cp=OE_STAGING_DATADIR_JAVA/OE_CUP_JAR
+
+exec OE_STAGING_BINDIR/java -cp $cp java_cup.Main "$@"