Skip to content

Commit efa241e

Browse files
committed
another one
1 parent bc7f749 commit efa241e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ public function import( $args, $assoc_args ) {
829829
}
830830

831831
$command = sprintf(
832-
'%s%s --no-auto-rehash',
832+
'/usr/bin/env %s%s --no-auto-rehash',
833833
$this->get_mysql_command(),
834834
$this->get_defaults_flag_string( $assoc_args )
835835
);

0 commit comments

Comments
 (0)