diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-05-22 23:14:29 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-05-22 23:14:29 +0000 |
| commit | d4ebb80578fb0e650ffb555201a4c3308b1dc152 (patch) | |
| tree | 7a465fbd24e3ae4335c1b79803ffa496163d53b4 /apps/plugins | |
| parent | 0f7e4e36aeb95f3e39a940d6e19748d910d40d92 (diff) | |
| download | rockbox-d4ebb80578fb0e650ffb555201a4c3308b1dc152.zip rockbox-d4ebb80578fb0e650ffb555201a4c3308b1dc152.tar.gz rockbox-d4ebb80578fb0e650ffb555201a4c3308b1dc152.tar.bz2 rockbox-d4ebb80578fb0e650ffb555201a4c3308b1dc152.tar.xz | |
Set svn properties
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21047 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -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) |