Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
e101893d
Commit
e101893d
authored
Sep 04, 2010
by
Mirsal Ennaime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modules/list.sh: Fix grep usage
parent
bc7776a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/list.sh
modules/list.sh
+1
-1
No files found.
modules/list.sh
View file @
e101893d
...
...
@@ -45,7 +45,7 @@ echo "--------------------------------------"
for
module
in
`
awk
-F
'[ :]'
'/ \* /{print $3}'
$LISTFILE
`
do
if
!
grep
-q
$module
$TEMPFILE
if
!
grep
-
w
q
$module
$TEMPFILE
then
i
=
1
echo
"
$module
is listed but does not exist"
...
...
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