Merge pull request #181 from nanwu/master

Corrected the output message in mac-install-gflags.sh
This commit is contained in:
Yueh-Hsuan Chiang 2014-06-23 23:55:24 -06:00
commit e7c9412a93

View File

@ -22,4 +22,4 @@ echo ""
echo "-----------------------------------------------------------------------------"
echo "| Installation Completed |"
echo "-----------------------------------------------------------------------------"
echo "Please run `. ~/bash_profile` to be able to compile with gflags"
echo "Please run \`. ~/.bash_profile\` to be able to compile with gflags"