Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
b2192adf
Commit
b2192adf
authored
Nov 26, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toolbox: Attempt to fix a strange cvs2cl behaviour.
parent
63bed47c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
toolbox
toolbox
+2
-2
No files found.
toolbox
View file @
b2192adf
#! /bin/sh
## toolbox for the VLC media player
## $Id: toolbox,v 1.4
8 2003/11/04 15:26:04
sam Exp $
## $Id: toolbox,v 1.4
9 2003/11/26 23:32:07
sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
...
...
@@ -119,7 +119,7 @@ then
cvs2cl
--help
>
/dev/null 2>&1
||
exit
1
rm
-f
ChangeLog ChangeLog.tmp
cvs2cl
--utc
--hide-filenames
--no-wrap
-w
--stdout
-g
-z9
|
\
sed
-e
's/^[^0-9]/ /'
-e
's/^ *$//'
|
\
sed
-e
's/^[^0-9]/ /'
-e
's/^ *$//'
-e
's/\* . / /g'
|
\
uniq
>
ChangeLog.tmp
YEAR
=
`
sed
-e
's/\(....\)-..-.*/\1/;q'
ChangeLog.tmp
`
LASTYEAR
=
"
$((${
YEAR
}
-
1
))
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment