diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-09 15:28:34 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-09 15:28:34 +0100 |
commit | 4d762a7cb648d5572f45a176aecaf34089224a54 (patch) | |
tree | 0ddd4f92da11a06e9b2e588a69e776e6f6adefc4 /tools/update_man_pages.sh | |
parent | f4328df6a85d05a058c9ca6d17e831d7caa7a743 (diff) | |
download | sbotools2-4d762a7cb648d5572f45a176aecaf34089224a54.tar.xz |
Missed f in regex and package_up.sh
Diffstat (limited to 'tools/update_man_pages.sh')
-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 9932875..b82ee8a 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@gita-e]+){0,1}') +version=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm | grep -Eo '[0-9]+(\.[0-9RC@gita-f]+){0,1}') if ! [[ -d "./man1" ]]; then echo "you do not seem to be at the right place to run this." |