Skip to content

Commit

Permalink
Fix redirection typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Apr 14, 2020
1 parent f96dc1a commit 0f5645d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git submodule update --init
# setup googletest
if [ ! -d "$gtestpath" ]; then
git clone https://github.com/google/googletest.git $gtestpath
cd $gtestpath 2&>1 /dev/null
cd $gtestpath 2>&1 /dev/null
git checkout -q release-1.10.0
cd - 2&>1 /dev/null
cd - 2>&1 /dev/null
fi

0 comments on commit 0f5645d

Please sign in to comment.