From b53d553a022b23aeecc5b07c8313a6e7a6ca0d2c Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Thu, 18 Jun 2009 09:13:59 +0200 Subject: [PATCH] Git command call fix (remove dash) (cherry picked from commit b1d7e88419ee8df9d4470a90f9cd6fe23c048a53) --- scripts/auxiliar/texi-langutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2