aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-05 16:31:09 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-05 16:31:09 +0100
commit2cd32e7247f1babad2726551a43b521a91bc76f4 (patch)
tree4976b984c4a96852563382e4e11bdb77d343cdcb /tools
parent280b734c7a243bc2ce448e7b280de83abae4b6ea (diff)
downloadsbotools-2cd32e7247f1babad2726551a43b521a91bc76f4.tar.xz
Fix a variable name in tools/update_man_pages.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_man_pages.sh2
1 files changed, 1 insertions, 1 deletions
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."