summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-02-23 12:06:09 +0100
committerColin Walters <walters@verbum.org>2015-03-03 12:16:17 -0500
commit494d3535e464d603294a852d0678feb589adb68b (patch)
tree9fa30affb2cfcb95991e1bf38dbebebf81b0ee74 /autogen.sh
parent9e3a018d85511b5928a62da732106e41ec633df8 (diff)
downloadostree-494d3535e464d603294a852d0678feb589adb68b.tar.gz
Fix "make syntax-check" failures.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3dc2b94b..b8460d62 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,7 +29,7 @@ else
fi
cd $olddir
-if ! test -f libglnx/README.md -o bsdiff/README.md; then
+if ! test -f libglnx/README.md || ! test -f bsdiff/README.md; then
git submodule update --init
fi
# Workaround automake bug with subdir-objects and computed paths