From 2cd32e7247f1babad2726551a43b521a91bc76f4 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Sat, 5 Dec 2015 16:31:09 +0100 Subject: Fix a variable name in tools/update_man_pages.sh --- tools/update_man_pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/update_man_pages.sh') diff --git a/tools/update_man_pages.sh b/tools/update_man_pages.sh index 960e151..694d76f 100755 --- 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." -- cgit v1.2.3