Skip to content
Snippets Groups Projects
Commit 6a6a30d5 authored by Eric Christopher's avatar Eric Christopher
Browse files

Use -H on darwin as well.

Patch by Liang Wang!

llvm-svn: 149085
parent f8ce8575
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ if test -d "$TOPDIR" ; then
cd $TOPDIR
case `uname -s` in
SunOS) grep_cmd="ggrep -H -n" ;;
Linux) grep_cmd="egrep -H -n" ;;
Linux|Darwin) grep_cmd="egrep -H -n" ;;
*) grep_cmd="egrep -l -n" ;;
esac
./utils/llvmdo -topdir "$TOPDIR" \
......
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