Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
656c9deb
Commit
656c9deb
authored
14 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
fix some minor spelling mistakes
[[Imported from SVN: r6049]]
parent
765b9b9d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/dunemodules.inc
+4
-4
4 additions, 4 deletions
bin/dunemodules.inc
with
4 additions
and
4 deletions
bin/dunemodules.inc
+
4
−
4
View file @
656c9deb
...
...
@@ -169,7 +169,7 @@ sort_modules() {
export
SORTEDMODULES
=
""
# handle each modules passed as parameter
for
m
in
"$@"
;
do
# did we find a module file for this mo
p
dule?
# did we find a module file for this module?
if
test
"x$(eval echo
\$
HAVE_
$m
)"
!=
"x"
;
then
_sort_module
$m
else
...
...
@@ -295,7 +295,7 @@ _sort_module() {
#initially remove leading space
deps
=
`echo "$deps" | sed 's/^ *//'`
while
test
-
n
"
$deps
"
;
do
#the end of the name is marked either by space, opening paren
#the end of the name is marked either by space, opening paren
thesis,
#or comma
name
=
"${deps%%[ (,]*}"
#remove the name and adjacent whitespace
...
...
@@ -309,7 +309,7 @@ _sort_module() {
*
)
depver
=
;;
esac
#remove any leading whitespace or commas for te next iteration
#remove any leading whitespace or commas for t
h
e next iteration
deps
=
`echo "$deps" | sed 's/^[, ]*//'`
dep
=
$
(
fix_variable_name
$name
)
if
!
check_modname
$dep
;
then
...
...
@@ -321,7 +321,7 @@ _sort_module() {
if
test
"
$SKIPVERSIONCHECK
"
!=
"yes"
&&
!
check_version
"
$ver
"
"
$depver
"
;
then
echo
"ERROR: version mismatch."
>&
2
echo
"
$modname
requires
$name
$depver
,"
>&
2
echo
" but only
$name
=
$ver
available."
>&
2
echo
" but only
$name
=
$ver
is
available."
>&
2
exit
1
fi
_sort_module
$dep
...
...
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