Skip to content
GitLab
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
6bb65133
Commit
6bb65133
authored
Dec 21, 2015
by
aperdria
Browse files
Verification of the inputPath
parent
c59d413c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mindmapping_to_opale/run.sh
View file @
6bb65133
...
...
@@ -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
.
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