diff options
author | monty@donna.mysql.com <> | 2000-12-16 02:28:39 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-16 02:28:39 +0200 |
commit | 2803bcd8bea2ee889436a6109d0e7600ece08799 (patch) | |
tree | 554ec572ad0562449c530cb3f3e3050908f592ce /mysql-test | |
parent | 2e83820b0fa8390bafcc1058dd7ff1ba22c6d5b2 (diff) | |
download | mariadb-git-2803bcd8bea2ee889436a6109d0e7600ece08799.tar.gz |
Fixed missing long option
Portability fix for Linux
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mysql-test-run.sh | 2 |
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 |