Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Xiph.Org
aom-rav1e
Commits
adfc54a4
Commit
adfc54a4
authored
Aug 14, 2013
by
James Zern
Committed by
Gerrit Code Review
Aug 14, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Get rid of bashisms in armlink_adapter.sh"
parents
ab21378a
eb2fbea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
build/make/armlink_adapter.sh
build/make/armlink_adapter.sh
+7
-7
No files found.
build/make/armlink_adapter.sh
View file @
adfc54a4
#!/bin/
ba
sh
#!/bin/sh
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
...
...
@@ -13,20 +13,20 @@
verbose
=
0
set
--
$*
for
i
;
do
if
[
"
$i
"
=
=
"-o"
]
;
then
if
[
"
$i
"
=
"-o"
]
;
then
on_of
=
1
elif
[
"
$i
"
=
=
"-v"
]
;
then
elif
[
"
$i
"
=
"-v"
]
;
then
verbose
=
1
elif
[
"
$i
"
=
=
"-g"
]
;
then
elif
[
"
$i
"
=
"-g"
]
;
then
args
=
"
${
args
}
--debug"
elif
[
"
$on_of
"
=
=
"1"
]
;
then
elif
[
"
$on_of
"
=
"1"
]
;
then
outfile
=
$i
on_of
=
0
elif
[
-f
"
$i
"
]
;
then
infiles
=
"
$infiles
$i
"
elif
[
"
${
i
:0:2
}
"
==
"-l
"
]
;
then
elif
[
"
${
i
#-l
}
"
!=
"
$i
"
]
;
then
libs
=
"
$libs
${
i
#-l
}
"
elif
[
"
${
i
:0:2
}
"
==
"-L
"
]
;
then
elif
[
"
${
i
#-L
}
"
!=
"
$i
"
]
;
then
libpaths
=
"
${
libpaths
}
${
i
#-L
}
"
else
args
=
"
${
args
}
${
i
}
"
...
...
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