From fb54eef7446cb297250c8205f015794f5759d52b Mon Sep 17 00:00:00 2001 From: nawu Date: Tue, 24 Jun 2014 00:14:02 -0500 Subject: [PATCH] escaped the special characters and added a dot --- build_tools/mac-install-gflags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/mac-install-gflags.sh b/build_tools/mac-install-gflags.sh index 43b41f977..a245a26a8 100755 --- a/build_tools/mac-install-gflags.sh +++ b/build_tools/mac-install-gflags.sh @@ -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"