]> 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)
committerJohn Mandereau <john.mandereau@gmail.com>
Thu, 18 Jun 2009 07:13:59 +0000 (09:13 +0200)
scripts/auxiliar/texi-langutils.py

index 0c01d108d379157e803797a85e6f4b818dd9aa63..d5666becf85552028d93fd0132fd77f7270a1637 100755 (executable)
@@ -31,7 +31,7 @@ output_name = '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