Skip to content

Commit

Permalink
Fix change to prev dir without echo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Apr 14, 2020
1 parent 0f5645d commit eecf9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ if [ ! -d "$gtestpath" ]; then
git clone https://github.com/google/googletest.git $gtestpath
cd $gtestpath 2>&1 /dev/null
git checkout -q release-1.10.0
cd - 2>&1 /dev/null
cd ~- # change back to previous dir and no output to terminal
fi

0 comments on commit eecf9f6

Please sign in to comment.