Update gen-dir-locals-el.sh with -I..

This commit is contained in:
Gergely Polonkai 2014-09-22 01:20:41 +02:00
parent efa94b350f
commit df9daf65c3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#! /bin/sh
(echo -n "((nil . ((company-clang-arguments . ("
echo '"-I.."'
for line in `cat - | sed -e 's/\s\+/\n/g' | grep '^-I' | sort | uniq`
do
echo '"'$line'"'