aboutsummaryrefslogtreecommitdiff
path: root/tools/update_versions.sh
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-09 15:28:34 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-09 15:28:34 +0100
commit4d762a7cb648d5572f45a176aecaf34089224a54 (patch)
tree0ddd4f92da11a06e9b2e588a69e776e6f6adefc4 /tools/update_versions.sh
parentf4328df6a85d05a058c9ca6d17e831d7caa7a743 (diff)
downloadsbotools2-4d762a7cb648d5572f45a176aecaf34089224a54.tar.xz
Missed f in regex and package_up.sh
Diffstat (limited to 'tools/update_versions.sh')
-rwxr-xr-xtools/update_versions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update_versions.sh b/tools/update_versions.sh
index c5ff5f4..23f1c76 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@gita-e]+){0,1}')
+old_version=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm | grep -Eo '[0-9]+(\.[0-9RC@gita-f]+){0,1}')
tmpfile=$(mktemp /tmp/XXXXXXXXXX)