Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
465
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
3fd71df7
Commit
3fd71df7
authored
21 years ago
by
Christophe Massiot
Browse files
Options
Downloads
Patches
Plain Diff
grmbl again
parent
8a55f6f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/contrib/change_prefix.sh
+2
-2
2 additions, 2 deletions
extras/contrib/change_prefix.sh
with
2 additions
and
2 deletions
extras/contrib/change_prefix.sh
+
2
−
2
View file @
3fd71df7
...
...
@@ -3,7 +3,7 @@
# change_prefix.sh : allow to transfer a contrib dir
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: change_prefix.sh,v 1.
3
2003/11/23 14:
00:25
massiot Exp $
# $Id: change_prefix.sh,v 1.
4
2003/11/23 14:
49:51
massiot Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -53,7 +53,7 @@ for file in $files; do
$file
fi
done
elif
test
".
`
file
$file
|
grep
text
\|
shell
`
"
!=
"."
;
then
elif
test
".
`
file
$file
|
grep
\"
text
\|
shell
\"
`
"
!=
"."
;
then
sed
-e
"s,
$prefix
,
$new_prefix
,g"
<
$file
>
$file
.tmp
mv
-f
$file
.tmp
$file
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment