HTTP2: Fix README about change of nghttp2
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Sat, 2 Aug 2014 08:36:34 +0000 (10:36 +0200)
committerEvan Huus <eapache@gmail.com>
Sun, 3 Aug 2014 13:24:34 +0000 (13:24 +0000)
nghttp2ver.h is a local header, so use "" not <>

See commit 4a182d48b1105889b51ee3bb06b033c636965130

Change-Id: I49210906290210fde8f496996e0e5ae69d697338
Reviewed-on: https://code.wireshark.org/review/3349
Reviewed-by: Evan Huus <eapache@gmail.com>
epan/nghttp2/README.nghttp2

index 54410ee3550f75f84fe718807cc2da64d08947d3..79edd3debfcc9a6f9ae66f5d03d207e0a8406d7c 100644 (file)
@@ -18,7 +18,7 @@ Change path to nghttp2.h
 find . -name "nghttp2*" -type f -exec sed -i 's/<nghttp2\/nghttp2.h>/<nghttp2.h>/g'  {} \;
 
 Change path to nghttp2ver.h
-find . -name "nghttp2*" -type f -exec sed -i 's/<nghttp2\/nghttp2ver.h>/<nghttp2ver.h>/g'  {} \;
+find . -name "nghttp2*" -type f -exec sed -i 's/<nghttp2\/nghttp2ver.h>/"nghttp2ver.h"/g'  {} \;
 
 Fix c++-compat error