diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-11-18 10:12:16 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-18 10:12:16 +0000 |
| commit | e06c7d3604d420fc4532bff84a79823b640bd350 (patch) | |
| tree | 38678f5140111f97cd075c6b4c996fe7213192b6 | |
| parent | ff0bae0c7ab42cacfd53d47068f2e7b84d8fd161 (diff) | |
| download | rockbox-e06c7d3604d420fc4532bff84a79823b640bd350.zip rockbox-e06c7d3604d420fc4532bff84a79823b640bd350.tar.gz rockbox-e06c7d3604d420fc4532bff84a79823b640bd350.tar.bz2 rockbox-e06c7d3604d420fc4532bff84a79823b640bd350.tar.xz | |
Add the 'rwps' field for <wps> sections with a RWPS: field, but not for <rwps> ones.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7958 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | wps/wpsbuild.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl index c0555d8..fc7be29 100755 --- a/wps/wpsbuild.pl +++ b/wps/wpsbuild.pl @@ -140,7 +140,7 @@ MOO if($statusbar) { push @out, "statusbar: $statusbar\n"; } - if($rwps && $isrwps) { + if($rwps && !$isrwps) { push @out, "rwps: /.rockbox/wps/$rwps\n"; } |