diff options
Diffstat (limited to 't/vala-mix.sh')
-rwxr-xr-x | t/vala-mix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/vala-mix.sh b/t/vala-mix.sh index 7e04b60c2..c353aab25 100755 --- a/t/vala-mix.sh +++ b/t/vala-mix.sh @@ -36,7 +36,7 @@ mu_CFLAGS = -DHAVE_MU baz_SOURCES = baz.c END -if cross_compiling; then :; else +if ! cross_compiling; then unindent >> Makefile.am <<'END' check-local: ./zardoz |