From e9a95711e960860b98117170c132990950d416b3 Mon Sep 17 00:00:00 2001 From: Marco Ciampa Date: Thu, 6 Oct 2016 13:30:20 +0200 Subject: [PATCH] Added small note for a small bug in a translator utility (cherry picked from commit 5718c8793f21c3078f7a8875b53a0f8b0b60c8e7) --- translation_instructions.adoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/translation_instructions.adoc b/translation_instructions.adoc index 31aa74a5..a0a718b4 100644 --- a/translation_instructions.adoc +++ b/translation_instructions.adoc @@ -124,6 +124,30 @@ Linux is installable with just: sudo gem install git-whistles +[NOTE] +==== + +Please note that (actual stable, at the time of writing) 1.1.3 version of +git-whistles have a small but fastidious bug. If you see a message like +this: + + git merge-po + trap: ERR: bad trap + +then what you all have to do is to change the first line of + + /var/lib/gems/2.3.0/gems/git-whistles-1.1.3/libexec/git-merge-po.sh + +from + + #!/bin/sh + +to + + #!/bin/bash + +==== + If some errors arise, try updating gem first: sudo gem update --system