Skip to content

Commit 0799200

Browse files
committed
Fix prefix path guessing
1 parent 04c2455 commit 0799200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-sample-db

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PID_FILE=/tmp/mysql.pid
66
SOCKET_FILE=/tmp/mysql.sock
77
LOG_FILE=/tmp/mysql.log
88
DUMP_FILE=mysqlsampledatabase.sql
9-
PREFIX=$(which /usr/bin/mysqld_safe | sed -e 's|/bin/mysqld_safe$||')
9+
PREFIX=$(which mysqld_safe | sed -e 's|/bin/mysqld_safe$||')
1010
MYSQLD_BIN=${PREFIX}/libexec/mysqld
1111

1212
action=${1}

0 commit comments

Comments
 (0)