]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
syntax-check: fix run.in
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 18 Sep 2012 11:59:53 +0000 (13:59 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 18 Sep 2012 11:59:53 +0000 (13:59 +0200)
Two more problems in "run.in" made the syntax-check fail.

cfg.mk
run.in

diff --git a/cfg.mk b/cfg.mk
index 0dd58df7a043161cc550544cc3d6d49ee07c5186..bbfd4a2866843ad8cedd9c1db319cb308b7c615c 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -789,7 +789,7 @@ exclude_file_name_regexp--sc_prohibit_newline_at_end_of_diagnostic = \
   ^src/rpc/gendispatch\.pl$$
 
 exclude_file_name_regexp--sc_prohibit_nonreentrant = \
-  ^((po|tests)/|docs/.*py$$)
+  ^((po|tests)/|docs/.*py|run.in$$)
 
 exclude_file_name_regexp--sc_prohibit_raw_allocation = \
   ^(src/util/memory\.[ch]|examples/.*)$$
diff --git a/run.in b/run.in
index 83c17856eb8324b6eab398c26aec5b6439420a0e..f7d30ca41c7882aa025e597afa55bf45e5951619 100644 (file)
--- a/run.in
+++ b/run.in
@@ -1,6 +1,6 @@
 #!/bin/bash -
 # libvirt 'run' programs locally script
-# Copyright (C) 2012 Red Hat Inc.
+# Copyright (C) 2012 Red Hat, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by