summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-20 17:18:41 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-20 17:18:41 +0200
commitb6e930afb15717e144ec5f526bce88a32f9ab9e5 (patch)
tree0ea3a0a15378916625d5b7a4f2909b3443fe63ec
parent4e88f3243421367f15e450f6bf166d7bcdc7648d (diff)
Fix submodule test
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c1676ae..1c3417c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh -e
# Check if hugin has been obtained:
-if [ ! -d lrtp ] || [ ! -d libaudioin ]
+if [ ! -f lrtp/autogen.sh ] || [ ! -f libaudioin/autogen.sh ]
then
echo "You are missing the lrtp and/or libaudioin submodule."
echo "Run"