diff options
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." |