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

[bin/git.sh] fixed TARGET cd

parent 24415527
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ do
echo "-- Repository $plugin"
echo "--------------------------------------------------"
if [ -f $TARGET ]
if [ "$TARGET" != "" ] && [ -f $TARGET ]
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