Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
4f366ebf
Commit
4f366ebf
authored
Jul 31, 2017
by
Maxime Perrotin
Browse files
Fix syntax error in helper script
parent
db26c555
Changes
3
Hide whitespace changes
Inline
Side-by-side
components_library
@
fab38384
Compare
b3d442be
...
fab38384
Subproject commit
b3d442be61069e09a73d660c2e7b8088bd6583a8
Subproject commit
fab3838488611081d53f9d653f226378eb9cadfa
misc/helper-scripts/taste-edit-project
View file @
4f366ebf
...
...
@@ -40,9 +40,9 @@ if [ ! -f DeploymentView.aadl ]
then
EXTRA_CMD+
=
--load-interface-view
EXTRA_CMD+
=
' InterfaceView.aadl'
EXTRA_CMD+
=
'
--aadl-library $(taste-config --prefix)/share/ocarina/AADLv2/ocarina_components.aadl
'
EXTRA_CMD+
=
"
--aadl-library
$(
taste-config
--prefix
)
/share/ocarina/AADLv2/ocarina_components.aadl
"
else
EXTRA_CMD
=
EXTRA_CMD
+
=
' --load-deployment-view DeploymentView.aadl '
fi
# Add the components from the components library
...
...
@@ -62,6 +62,5 @@ done
echo
-e
"
${
INFO
}
Running
TASTE
$EXTRA_CMD
--load-deployment-view DeploymentView.aadl
"
TASTE
$EXTRA_CMD
--load-deployment-view
DeploymentView.aadl
TASTE
$EXTRA_CMD
opengeode
@
c33b6c81
Compare
0280477b
...
c33b6c81
Subproject commit
0280477b8d414f458cb8a9bb47d5a45aea82f1c5
Subproject commit
c33b6c810e4ef173c41cc3f695ced0e2d8d99b6d
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