From 2803bcd8bea2ee889436a6109d0e7600ece08799 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Sat, 16 Dec 2000 02:28:39 +0200 Subject: Fixed missing long option Portability fix for Linux --- mysql-test/mysql-test-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test') 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 -- cgit v1.2.1