mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user