Commit 37cedc9a authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

Fix

parent f0a33cd9
...@@ -112,7 +112,7 @@ while test $# -gt 0; do ...@@ -112,7 +112,7 @@ while test $# -gt 0; do
--socket) echo "$socket" ;; --socket) echo "$socket" ;;
--port) echo "$port" ;; --port) echo "$port" ;;
--version) echo "$version" ;; --version) echo "$version" ;;
--embedded-libs | --embedded | libmysqld-libs) echo "$embedded_libs" ;; --embedded-libs | --embedded | --libmysqld-libs) echo "$embedded_libs" ;;
*) usage ;; *) usage ;;
esac esac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment