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