Update gen-dir-locals-el.sh with -I..
This commit is contained in:
parent
efa94b350f
commit
df9daf65c3
@ -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'"'
|
||||||
|
Loading…
Reference in New Issue
Block a user