diff options
Diffstat (limited to 'tools/update_versions.sh')
-rwxr-xr-x | tools/update_versions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update_versions.sh b/tools/update_versions.sh index b17bba6..c5ff5f4 100755 --- a/tools/update_versions.sh +++ b/tools/update_versions.sh @@ -34,7 +34,7 @@ update=" slackbuild/sbotools/sbotools.info " -old_version=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm | grep -Eo '[0-9]+(\.[0-9RC]+){0,1}') +old_version=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm | grep -Eo '[0-9]+(\.[0-9RC@gita-e]+){0,1}') tmpfile=$(mktemp /tmp/XXXXXXXXXX) |