commit 2cd32e7247f1babad2726551a43b521a91bc76f4 parent 280b734c7a243bc2ce448e7b280de83abae4b6ea Author: Andreas Guldstrand <andreas.guldstrand@gmail.com> Date: Sat, 5 Dec 2015 16:31:09 +0100 Fix a variable name in tools/update_man_pages.sh Diffstat:
| M | tools/update_man_pages.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/update_man_pages.sh b/tools/update_man_pages.sh @@ -23,7 +23,7 @@ if [[ "$1" == "-g" ]]; then shift fi -VERSION=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm | grep -Eo '[0-9]+(\.[0-9RC]+){0,1}') +version=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm | grep -Eo '[0-9]+(\.[0-9RC]+){0,1}') if ! [[ -d "./man1" ]]; then echo "you do not seem to be at the right place to run this."