diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-14 17:28:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-14 17:28:08 +0200 |
commit | 64d860019b70c26520b17ecd98cf019b2d12ce9a (patch) | |
tree | 1a4c28920e0e206e0f51a1143b6b21875aa42ee7 /autogen.sh | |
parent | eae1fca4710303b57d157495bc08e69c4977ffa6 (diff) | |
parent | c7af1c332447e5fb25f37d4738458a5d7106a6fc (diff) |
Merge with master
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" |