aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2012-09-18 13:59:53 +0200
committerMartin Kletzander <mkletzan@redhat.com>2012-09-18 13:59:53 +0200
commit9ac287f8268071b5b73b99198f98362bf56e6792 (patch)
tree3886cc16235bf216a7926bde11625ad04cf2220e
parentAdhere to copyright_address check (diff)
downloadlibvirt-9ac287f8268071b5b73b99198f98362bf56e6792.tar.gz
libvirt-9ac287f8268071b5b73b99198f98362bf56e6792.tar.bz2
libvirt-9ac287f8268071b5b73b99198f98362bf56e6792.zip
syntax-check: fix run.in
Two more problems in "run.in" made the syntax-check fail.
-rw-r--r--cfg.mk2
-rw-r--r--run.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 0dd58df7a..bbfd4a286 100644
--- 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 83c17856e..f7d30ca41 100644
--- 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