Merge branch 'nc-config-usage-fix' of https://github.com/ZedThree/netcdf-c into usage-pr

This commit is contained in:
Ward Fisher 2016-08-18 12:53:52 -06:00
commit 07bfaf7e41
2 changed files with 4 additions and 6 deletions

View File

@ -350,9 +350,8 @@ while test $# -gt 0; do
*)
echo "unknown option: $1"
usage
exit 1
;;
usage 1
;;
esac
shift
done

View File

@ -297,9 +297,8 @@ while test $# -gt 0; do
*)
echo "unknown option: $1"
usage
exit 1
;;
usage 1
;;
esac
shift
done