configure: use exit 0 instead of just exit
authorJens Axboe <axboe@kernel.dk>
Mon, 14 Jan 2013 18:21:55 +0000 (19:21 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Jan 2013 18:21:55 +0000 (19:21 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index 1ab2c7abb29d3252fd204ec7d4f51714f7dc0797..27cfb4d119390d69248d3b000f6dc426c1499792 100755 (executable)
--- a/configure
+++ b/configure
@@ -117,7 +117,7 @@ elif test `uname -o` = Cygwin ; then
   echo "CONFIG_POSIX_FALLOCATE=y"  >> $config_host_mak
   echo "CONFIG_FADVISE=y"          >> $config_host_mak
   echo "CONFIG_SFAA=y"             >> $config_host_mak
-  exit
+  exit 0
 elif check_define __OpenBSD__ ; then
   targetos='OpenBSD'
 elif check_define __sun__ ; then