Update gen-dir-locals-el.sh with -I..
This commit is contained in:
		| @@ -1,6 +1,7 @@ | |||||||
| #! /bin/sh | #! /bin/sh | ||||||
|  |  | ||||||
| (echo -n "((nil . ((company-clang-arguments . (" | (echo -n "((nil . ((company-clang-arguments . (" | ||||||
|  | echo '"-I.."' | ||||||
| for line in `cat - | sed -e 's/\s\+/\n/g' | grep '^-I' | sort | uniq` | for line in `cat - | sed -e 's/\s\+/\n/g' | grep '^-I' | sort | uniq` | ||||||
| do | do | ||||||
|     echo '"'$line'"' |     echo '"'$line'"' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user