summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.sh
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-12-16 02:28:39 +0200
committerunknown <monty@donna.mysql.com>2000-12-16 02:28:39 +0200
commit26c37b5e64e760e8459d3e5de6c5f5e04a26ed0a (patch)
tree554ec572ad0562449c530cb3f3e3050908f592ce /mysql-test/mysql-test-run.sh
parente6649520ab0285f872ec1d63953ff94bb59b7abe (diff)
downloadmariadb-git-26c37b5e64e760e8459d3e5de6c5f5e04a26ed0a.tar.gz
Fixed missing long option
Portability fix for Linux include/global.h: Portability fix for Linux mysql-test/mysql-test-run.sh: Fixed missing long option
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rwxr-xr-xmysql-test/mysql-test-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh
index 6887eb5323c..de477f1420f 100755
--- a/mysql-test/mysql-test-run.sh
+++ b/mysql-test/mysql-test-run.sh
@@ -157,7 +157,7 @@ then
shift 1
fi
-if [ "$1" = "-gdb" ];
+if [ "$1" = "--gdb" ];
then
# if the user really wanted to run binary dist in a debugger, he can
# but we should warn him