diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-05 16:31:09 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-05 16:31:09 +0100 |
commit | 2cd32e7247f1babad2726551a43b521a91bc76f4 (patch) | |
tree | 4976b984c4a96852563382e4e11bdb77d343cdcb /tools | |
parent | 280b734c7a243bc2ce448e7b280de83abae4b6ea (diff) | |
download | sbotools-2cd32e7247f1babad2726551a43b521a91bc76f4.tar.xz |
Fix a variable name in tools/update_man_pages.sh
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update_man_pages.sh | 2 |
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." |