Displaying 3 results from an estimated 3 matches for "trailing_blank".
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
builder/website/debian.preseed | 2 +-
builder/website/index | 120 +++++-----
builder/website/index.asc | 120 +++++-----
customize/customize_run.mli | 2 +-
daemon/mount.c | 2 +-
fish/test-file-attrs.sh | 10 +-
generator/c.ml | 2 +-
guestfs-release-notes.txt | 520
2012 Sep 16
3
Remaining syntax-check errors in libguestfs
...quot;test C1 || test C2", not "test C1 -o C2"
> make: *** [sc_prohibit_test_minus_ao] Error 1
What was wrong with -a and -o? Perhaps we should exempt this test for
scripts that explicitly begin #!/bin/bash, since presumably these will
use bash's built-in test.
> prohibit_trailing_blank_lines
> contrib/visualize-alignment/qemu-0.13-trace-block-device-access.patch
> guestfs-release-notes.txt
> po/libguestfs.pot
> tests/guests/guest-aux/debian-packages
> maint.mk: found trailing blank line(s)
> make: *** [sc_prohibit_trailing_blank_lines] Error 1
guestfs-release-n...
2014 Sep 23
27
[PATCH 00/13] syntax-check
...nes_at_EOF check
syntax-check: fix prohibit_getopt_without_use check
syntax-check: fix prohibit_path_max_allocation check
syntax-check: fix prohibit_test_minus_ao check
syntax-check: fix prohibit_undesirable_word_seq check
syntax-check: fix require_config_h_first check
syntax-check: fix trailing_blank check
BUGS | 6 +-
align/Makefile.am | 2 +-
align/test-virt-alignment-scan-guests.sh | 2 +-
align/test-virt-alignment-scan.sh | 2 +-
builder/Makefile.am | 2 +-
builder/test-virt-builder-planner.sh...