From 4d762a7cb648d5572f45a176aecaf34089224a54 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Wed, 9 Mar 2016 15:28:34 +0100 Subject: Missed f in regex and package_up.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 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." -- cgit v1.2.3