← Back to team overview

maria-developers team mailing list archive

Rev 20: * Fixed variable name. in file:///Users/hakan/work/monty_program/mariadb-tools/

 

At file:///Users/hakan/work/monty_program/mariadb-tools/

------------------------------------------------------------
revno: 20
revision-id: hakan@xxxxxxxxxxxx-20100309140451-ehuc08gs4x851gtn
parent: hakan@xxxxxxxxxxxx-20100309140429-75fbhpdrejalq31d
committer: Hakan Kuecuekyilmaz <hakan@xxxxxxxxxxxx>
branch nick: mariadb-tools
timestamp: Tue 2010-03-09 15:04:51 +0100
message:
  * Fixed variable name.
=== modified file 'sql-bench/run-sql-bench.sh'
--- a/sql-bench/run-sql-bench.sh	2010-02-04 01:19:56 +0000
+++ b/sql-bench/run-sql-bench.sh	2010-03-09 14:04:51 +0000
@@ -61,7 +61,7 @@
 AVAILABLE=$(df $WORK_DIR | grep -v Filesystem | awk '{ print $4 }')
 
 if [ $AVAILABLE -lt $SPACE_LIMIT ]; then
-    echo "[ERROR]: We need at least $ONE_GB space in $WORK_DIR."
+    echo "[ERROR]: We need at least $SPACE_LIMIT space in $WORK_DIR."
     echo 'Exiting.'
     
     exit 1