From df9daf65c3c510520c3e00cd725b39cde3e5b157 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 22 Sep 2014 01:20:41 +0200 Subject: [PATCH] Update gen-dir-locals-el.sh with -I.. --- src/gen-dir-locals-el.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gen-dir-locals-el.sh b/src/gen-dir-locals-el.sh index 507fa35..5b62fd6 100755 --- a/src/gen-dir-locals-el.sh +++ b/src/gen-dir-locals-el.sh @@ -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'"'