diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-04 13:04:25 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-04 13:04:25 +0200 |
commit | 3e819cf15ed4e495bd616abdd721521656f56211 (patch) | |
tree | 1e737064760363bff150dd98c499a466519ebe41 /autogen.sh | |
parent | 75f0e87c91c36dac4143ef0f61646a242571b905 (diff) |
Fix hugin submodule check.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh -e # Check if hugin has been obtained: -if [ ! -d hugin ] +if [ ! -f hugin/hugin.c ] then echo "You are missing the hugin submodule." echo "Run" |