Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
794b3f78
Commit
794b3f78
authored
Jan 07, 2016
by
Bastien FREMONDIERE
Browse files
[Mindmapping] Fix run.sh for some linux users
parent
bd599531
Changes
1
Show whitespace changes
Inline
Side-by-side
mindmapping_to_hdoc/run.sh
View file @
794b3f78
...
...
@@ -32,7 +32,7 @@ fi
#Lancer la commande
scJarList
=
"
$lib
/*"
if
[
"
$inputPath
"
==
''
]
;
then
if
[
-z
"
$inputPath
"
]
;
then
echo
"Appel sans paramètre"
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
else
...
...
Write
Preview
Supports
Markdown
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