diff options
author | Martin Kletzander <mkletzan@redhat.com> | 2012-09-18 13:59:53 +0200 |
---|---|---|
committer | Martin Kletzander <mkletzan@redhat.com> | 2012-09-18 13:59:53 +0200 |
commit | 9ac287f8268071b5b73b99198f98362bf56e6792 (patch) | |
tree | 3886cc16235bf216a7926bde11625ad04cf2220e | |
parent | Adhere to copyright_address check (diff) | |
download | libvirt-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.mk | 2 | ||||
-rw-r--r-- | run.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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/.*)$$ @@ -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 |