| Submitter | Luca Ceresoli |
|---|---|
| Date | Feb. 12, 2013, 11:48 a.m. |
| Message ID | <1360669726-30288-1-git-send-email-luca@lucaceresoli.net> |
| Download | mbox | patch |
| Permalink | /patch/219827/ |
| State | Accepted |
| Headers | show |
Comments
Dear Luca Ceresoli, On Tue, 12 Feb 2013 12:48:46 +0100, Luca Ceresoli wrote: > Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Patch
diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh index acba57c..1dad6eb 100755 --- a/support/dependencies/dependencies.sh +++ b/support/dependencies/dependencies.sh @@ -140,6 +140,8 @@ for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget cpio p /bin/echo -e "msgfmt is usually part of the gettext package in your distribution\n" elif test $prog = "svn" ; then /bin/echo -e "svn is usually part of the subversion package in your distribution\n" + elif test $prog = "hg" ; then + /bin/echo -e "hg is usually part of the mercurial package in your distribution\n" else /bin/echo -e "\n" fi
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> --- support/dependencies/dependencies.sh | 2 ++ 1 file changed, 2 insertions(+)