1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed missing long option

Portability fix for Linux
This commit is contained in:
monty@donna.mysql.com
2000-12-16 02:28:39 +02:00
parent 2e83820b0f
commit 2803bcd8be
2 changed files with 2 additions and 2 deletions

View File

@ -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