]> git.donarmstrong.com Git - lilypond.git/commitdiff
Git command call fix (remove dash)
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 18 Jun 2009 07:13:59 +0000 (09:13 +0200)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 09:49:29 +0000 (02:49 -0700)
(cherry picked from commit b1d7e88419ee8df9d4470a90f9cd6fe23c048a53)

scripts/auxiliar/texi-langutils.py

index 7c34ce4adbf7b67da6489ae81bf471cd5b3cf969..4558fbfeefd9a3cf4fff279b9456ed6e75f85b32 100755 (executable)
@@ -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