From 1758bd4dcf44b249342c22b4a726b095d9eaf2bd Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Wed, 29 Jan 2014 11:05:01 -0500 Subject: nothing diff --git a/web/input/doc/faq/gnulib.md b/web/input/doc/faq/gnulib.md index 698e163..cc7d96b 100644 --- a/web/input/doc/faq/gnulib.md +++ b/web/input/doc/faq/gnulib.md @@ -25,12 +25,12 @@ using `gnulib-tool`, e.g. (in order to add the `strcase` module): $ cd monitoring-plugins $ git log --oneline|grep 'Sync with the latest Gnulib code'|head - $ (cd ../gnulib; git checkout ) # where REF is the most recent hash in the commit messages returned) + $ (cd ../gnulib; git checkout ) # where is the most recent hash in the commit messages returned) $ ../gnulib/gnulib-tool --no-vc-files --add strcase $ find gl -name '*~' | xargs rm $ git status $ git add gl - # At this point you build and add any auto-generated file in gl/ to .gitignore + # At this point you can build and add any auto-generated file in gl/ to .gitignore $ git add .gitignore $ git commit -m 'Add Gnulib module "strcase"' -- cgit v0.10-9-g596f