diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-05-07 23:21:06 +0100 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-05-07 23:21:06 +0100 |
commit | 08a15697aa53e90f8eb715480f897e27619ffa20 (patch) | |
tree | 0c91e2056bd94731ea55a262fc41314b946a43ee /editdistrib | |
parent | b64ba24582c81f8a18c6878d99a921e08264fef9 (diff) | |
download | rpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.tar rpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.tar.gz rpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.tar.bz2 rpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.tar.xz rpmtools-08a15697aa53e90f8eb715480f897e27619ffa20.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r1169 | dmorgan | 2011-05-07 23:21:06 +0100 (Sat, 07 May 2011) | 1 line
Import rpmtools
------------------------------------------------------------------------
Diffstat (limited to 'editdistrib')
-rwxr-xr-x | editdistrib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editdistrib b/editdistrib index f99cd09..a143810 100755 --- a/editdistrib +++ b/editdistrib @@ -8,7 +8,7 @@ use Term::ReadLine; use Text::ParseWords; use Getopt::Long; -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Id: editdistrib 12165 2005-11-16 14:28:27Z rgarciasuarez $ =~ /(\d+\.\d+)/; my @distribs; |