Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
7290a2ae
Commit
7290a2ae
authored
Oct 23, 2019
by
Yann Garcia
Browse files
Syntax bug fixedpki_generate_makefile.bash
parent
c7a0d328
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/pki_generate_makefile.bash
View file @
7290a2ae
...
...
@@ -246,8 +246,8 @@ then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
#
f_exit "Failed to executte binary file Ats${ATS_NAME}" 10
fi
#
if [ "$?" != "0" ]
#
then
#
f_exit "Failed to executte binary file Ats${ATS_NAME}" 10
#
fi
f_exit
"Build done successfully"
0
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