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
Hide whitespace changes
Inline
Side-by-side
mindmapping_to_hdoc/run.sh
View file @
794b3f78
...
@@ -32,10 +32,10 @@ fi
...
@@ -32,10 +32,10 @@ fi
#Lancer la commande
#Lancer la commande
scJarList
=
"
$lib
/*"
scJarList
=
"
$lib
/*"
if
[
"
$inputPath
"
==
''
]
;
then
if
[
-z
"
$inputPath
"
]
;
then
echo
"Appel sans paramètre"
echo
"Appel sans paramètre"
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
else
else
echo
"Appel avec paramètre"
echo
"Appel avec paramètre"
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
-DinputPath
$inputPath
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
-DinputPath
$inputPath
fi
fi
\ No newline at end of file
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