diff options
author | Michael Scherer <misc@mandriva.com> | 2005-04-01 20:13:14 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2005-04-01 20:13:14 +0000 |
commit | ddd2f3741724cb7adee34787faa234672c6b0d7f (patch) | |
tree | 88744c8dd7ea6b8dbe71792aceb7661a386a1164 | |
parent | 08c7daf822090eff49698d2e97930aacf4aadae9 (diff) | |
download | bootsplash-ddd2f3741724cb7adee34787faa234672c6b0d7f.tar bootsplash-ddd2f3741724cb7adee34787faa234672c6b0d7f.tar.gz bootsplash-ddd2f3741724cb7adee34787faa234672c6b0d7f.tar.bz2 bootsplash-ddd2f3741724cb7adee34787faa234672c6b0d7f.tar.xz bootsplash-ddd2f3741724cb7adee34787faa234672c6b0d7f.zip |
- fix cvs Id expansion
-rwxr-xr-x | rpmbuildupdate | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpmbuildupdate b/rpmbuildupdate index 4a15c8e..f90dfd4 100755 --- a/rpmbuildupdate +++ b/rpmbuildupdate @@ -550,9 +550,10 @@ sub parse_argv { } sub usage { + my $id = '$Id$'; print <<EOF; rpmbuildupdate v0.5 helps you build up to date RPMs. -cvs version : \$Id$ +cvs version : $id By Julien Danjou, Michael Scherer, Guillaume Rousse |