From: Jens Axboe Date: Mon, 14 Jan 2013 18:21:55 +0000 (+0100) Subject: configure: use exit 0 instead of just exit X-Git-Tag: fio-2.0.14~121 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=51e00d7ac3062310083ed009de3ae65876af6262;ds=inline configure: use exit 0 instead of just exit Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index 1ab2c7ab..27cfb4d1 100755 --- 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