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
b6d85111
Commit
b6d85111
authored
Mar 18, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./toolbox: fixed a sed syntax error (thanks anil).
parent
c842ca14
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 @
b6d85111
#! /bin/sh
## toolbox for the VLC media player
## $Id: toolbox,v 1.1
6 2003/03/18 01:26:13
sam Exp $
## $Id: toolbox,v 1.1
7 2003/03/18 01:54:40
sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
...
...
@@ -37,7 +37,7 @@ getfiles()
{
awk
'BEGIN{a=0}{if(!a&&/^'
"
$1
"
'[^-_a-zA-Z0-9]*=/){a=1;print$0;next;}if(a){if(/^[a-zA-Z]/){exit;}print $0}}'
< Makefile.am |
\
tr
'\\ '
'\n\n'
|
\
sed
-ne
's/[^
$-_a-zA-Z0-9][^$-
_a-zA-Z0-9]*\([a-zA-Z]\)/\1/p'
sed
-ne
's/[^
-$_a-zA-Z0-9][^-$
_a-zA-Z0-9]*\([a-zA-Z]\)/\1/p'
}
###
...
...
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