]> granicus.if.org Git - jq/commitdiff
Add missing -i flag in build instructions 185/head
authorKenny Shen <kenny.shen@zalora.com>
Fri, 20 Sep 2013 02:34:57 +0000 (10:34 +0800)
committerKenny Shen <kenny.shen@zalora.com>
Fri, 20 Sep 2013 02:34:57 +0000 (10:34 +0800)
docs/content/2.download/default.yml

index c7faa1e944f75a4a4f20205120cb38bb4febe8c5..b1f80203d4bbc565794a23c1beae42e3cb44652b 100644 (file)
@@ -51,7 +51,7 @@ body:
 
           git clone https://github.com/stedolan/jq.git
           cd jq
-          autoreconf
+          autoreconf -i
           ./configure
           make
           sudo make install