diff --git a/apps/plugins/lua/action_helper.pl b/apps/plugins/lua/action_helper.pl index f1a1e12d60..b681951588 100755 --- a/apps/plugins/lua/action_helper.pl +++ b/apps/plugins/lua/action_helper.pl @@ -42,7 +42,7 @@ while(my $line = ) 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)