We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b7415 commit d45dd77Copy full SHA for d45dd77
CURRENT_VERSION.txt
@@ -1 +1 @@
1
-
+2.5.4
Makefile
@@ -41,7 +41,8 @@ generate_cve:
41
git commit -m "Generate CVE list at $(shell date --iso=seconds)"
42
43
generate_version_file:
44
- grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $NF}' > CURRENT_VERSION.txt
+ rm -f CURRENT_VERSION.txt
45
+ grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $$NF}' > CURRENT_VERSION.txt
46
47
generate_features:
48
perl ./build/genFeatures.sh
0 commit comments