From ded0aab5866219bee27db725ddf27b585adc4c83 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Tue, 10 Jul 2018 21:43:01 -0400 Subject: [PATCH] Fix typos in release tool --- release-tool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-tool b/release-tool index 121a5c860..5dfdad434 100755 --- a/release-tool +++ b/release-tool @@ -112,7 +112,7 @@ Options: -c, --cmake-options Additional CMake options for compiling the sources --compiler Compiler to use (default: '${COMPILER}') -m, --make-options Make options for compiling sources (default: '${MAKE_OPTIONS}') - -g, --generators Additional CPack generators (default: ) + -g, --generators Additional CPack generators (default: '${CPACK_GENERATORS}') -i, --install-prefix Install prefix (default: '${INSTALL_PREFIX}') -p, --plugins Space-separated list of plugins to build (default: ${BUILD_PLUGINS}) @@ -576,7 +576,7 @@ build() { shift ;; -g|--generators) - buil_generators="$2" + build_generators="$2" shift ;; -i|--install-prefix)