syntax-check: fix run.in

Two more problems in "run.in" made the syntax-check fail.
This commit is contained in:
Martin Kletzander 2012-09-18 13:59:53 +02:00
parent 956ce7b472
commit 9ac287f826
2 changed files with 2 additions and 2 deletions

2
cfg.mk
View File

@ -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/.*)$$

2
run.in
View File

@ -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