Skip to content
Snippets Groups Projects
Commit eaad4981 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

Merge branch 'fix/git-exec' into 'master'

[git] fixed exec command

See merge request frama-c/frama-c!4248
parents 11f0c04b bb3d37da
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ do
echo "-- Repository $plugin"
echo "--------------------------------------------------"
if [ "$TARGET" != "" ] && [ -f $TARGET ]
if [ "$COMMAND" != "" ]
then
cd $plugin
if [ "$TARGET" != "" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment