diff options
Diffstat (limited to 'apps/plugins/lua')
| -rwxr-xr-x | apps/plugins/lua/action_helper.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/action_helper.pl b/apps/plugins/lua/action_helper.pl index f1a1e12..b681951 100755 --- a/apps/plugins/lua/action_helper.pl +++ b/apps/plugins/lua/action_helper.pl @@ -42,7 +42,7 @@ while(my $line = <ACTION>) close(ACTION); print "-- Don't change this file!\n"; -printf "-- It is automatically generated of action.h %s\n", '$Revision'; +printf "-- It is automatically generated of action.h %s\n", '$Revision$'; print "rb.actions = {\n"; foreach $action(@actions) |