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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Timo Koch
dune-common
Commits
670271c6
Commit
670271c6
authored
18 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
remove some bashisms
[[Imported from SVN: r4716]]
parent
17028220
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
bin/dunecontrol
+8
-8
8 additions, 8 deletions
bin/dunecontrol
with
8 additions
and
8 deletions
bin/dunecontrol
+
8
−
8
View file @
670271c6
...
...
@@ -143,16 +143,16 @@ run_default_autogen () {
run_default_configure
()
{
PARAMS
=
"
$CMD_PARAMS
"
if
test
-x
configure
;
then
if
test
"x
$HAVE_dune_common
"
=
=
"xyes"
;
then
if
test
"x
$HAVE_dune_common
"
=
"xyes"
;
then
PARAMS
=
"
$PARAMS
\"
--with-dune-common=
$PATH_dune_common
\"
"
fi
if
test
"x
$HAVE_dune_grid
"
=
=
"xyes"
;
then
if
test
"x
$HAVE_dune_grid
"
=
"xyes"
;
then
PARAMS
=
"
$PARAMS
\"
--with-dune-grid=
$PATH_dune_grid
\"
"
fi
if
test
"x
$HAVE_dune_istl
"
=
=
"xyes"
;
then
if
test
"x
$HAVE_dune_istl
"
=
"xyes"
;
then
PARAMS
=
"
$PARAMS
\"
--with-dune-istl=
$PATH_dune_istl
\"
"
fi
if
test
"x
$HAVE_dune_disc
"
=
=
"xyes"
;
then
if
test
"x
$HAVE_dune_disc
"
=
"xyes"
;
then
PARAMS
=
"
$PARAMS
\"
--with-dune-disc=
$PATH_dune_disc
\"
"
fi
echo
./configure
"
$PARAMS
"
...
...
@@ -218,7 +218,7 @@ usage () {
echo
}
if
test
"x
$1
"
=
=
"x"
;
then
if
test
"x
$1
"
=
"x"
;
then
usage
exit
1
fi
...
...
@@ -241,7 +241,7 @@ while test $# -gt 0; do
# switch
case
"
$option
"
in
--opts
=
*
)
if
test
"x
$arg
"
=
=
"x"
;
then
if
test
"x
$arg
"
=
"x"
;
then
usage
echo
"ERROR: Parameter for --opts is missing"
echo
...
...
@@ -264,7 +264,7 @@ while test $# -gt 0; do
break
;;
--module
=
*
)
if
test
"x
$arg
"
=
=
"x"
;
then
if
test
"x
$arg
"
=
"x"
;
then
usage
echo
"ERROR: Parameter for --module is missing"
echo
...
...
@@ -273,7 +273,7 @@ while test $# -gt 0; do
fix_and_assign MODULE
"
$arg
"
;;
--only
=
*
)
if
test
"x
$arg
"
=
=
"x"
;
then
if
test
"x
$arg
"
=
"x"
;
then
usage
echo
"ERROR: Parameter for --only is missing"
echo
...
...
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