Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
52
Issues
52
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
3edebaf2
Commit
3edebaf2
authored
May 22, 2017
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos in description of configure.sh
parent
f9149cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.sh
configure.sh
+2
-2
No files found.
configure.sh
View file @
3edebaf2
...
...
@@ -5,7 +5,7 @@ echo "------------ Welcome to the FLEUR configuration script -------------"
#check if -h or --help was given as argument
if
[
"
$1
"
=
""
]
||
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
then
echo
"USAGE: configure.sh
MACHINE
[label]"
echo
"USAGE: configure.sh
[MACHINE]
[label]"
echo
"
To help the script finding a proper configuration you should
provide the name of a specific machine to compile on.
...
...
@@ -14,7 +14,7 @@ then
echo
"
$known_machines
"
echo
"
If you do not find a proper choice you might try
'configur
ation
.sh AUTO'
'configur
e
.sh AUTO'
You might also want to add your configuration to the file
cmake/machines.sh in this case :-)
...
...
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