summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/action_helper.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/action_helper.pl')
-rwxr-xr-xapps/plugins/lua/action_helper.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/lua/action_helper.pl b/apps/plugins/lua/action_helper.pl
index fdf45798b5..8460b6cb2a 100755
--- a/apps/plugins/lua/action_helper.pl
+++ b/apps/plugins/lua/action_helper.pl
@@ -18,10 +18,12 @@
18# 18#
19############################################################################ 19############################################################################
20 20
21$input = "../../action.h"; 21$input = $ARGV[0] . "/../../action.h";
22 22
23open(ACTION, "<$input") or die "Can't open $input!"; 23open(ACTION, "<$input") or die "Can't open $input!";
24 24
25print "-- Don't change this file!\n";
26print "-- It is automatically generated of action.h\n";
25print "rb.actions = {\n"; 27print "rb.actions = {\n";
26 28
27$i = 0; 29$i = 0;