aboutsummaryrefslogtreecommitdiff
path: root/tools/update_versions.sh
diff options
context:
space:
mode:
authord4wnr4z0r <j@dawnrazor.net>2013-11-27 13:07:40 -0600
committerd4wnr4z0r <j@dawnrazor.net>2013-11-27 13:07:40 -0600
commit3da830ae25c2f4ec6d7d9a4d07aa3781953e844c (patch)
tree403131910b655e964093350a0fb8475e49c6d8eb /tools/update_versions.sh
parent24de87489ef186aa73cf74a71fcfa04188368754 (diff)
downloadsbotools2-3da830ae25c2f4ec6d7d9a4d07aa3781953e844c.tar.xz
credits in README, tools/ cleanups, elide the Sort::Versions.3 man page
so that we don't clobber one from perl-Sort-Versions or Sort::Versions.
Diffstat (limited to 'tools/update_versions.sh')
-rwxr-xr-xtools/update_versions.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/update_versions.sh b/tools/update_versions.sh
index 493a3fb..50e9464 100755
--- a/tools/update_versions.sh
+++ b/tools/update_versions.sh
@@ -28,7 +28,6 @@ update="
old_version=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm \
| grep -Eo '[0-9]+(\.[0-9]+){0,1}')
-echo $old_version
tmpfile=$(mktemp /tmp/XXXXXXXXXX)