From: John Mandereau Date: Thu, 18 Jun 2009 07:13:59 +0000 (+0200) Subject: Git command call fix (remove dash) X-Git-Tag: release/2.12.3-1~83 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=b53d553a022b23aeecc5b07c8313a6e7a6ca0d2c;p=lilypond.git Git command call fix (remove dash) (cherry picked from commit b1d7e88419ee8df9d4470a90f9cd6fe23c048a53) --- diff --git a/scripts/auxiliar/texi-langutils.py b/scripts/auxiliar/texi-langutils.py index 7c34ce4adb..4558fbfeef 100755 --- a/scripts/auxiliar/texi-langutils.py +++ b/scripts/auxiliar/texi-langutils.py @@ -31,7 +31,7 @@ output_file = 'doc.pot' node_blurb = '''@untranslated ''' doclang = '' -head_committish = read_pipe ('git-rev-parse HEAD') +head_committish = read_pipe ('git rev-parse HEAD') intro_blurb = '''@c -*- coding: utf-8; mode: texinfo%(doclang)s -*- @c This file is part of %(topfile)s @ignore