Skip to content

Commit

Permalink
Fixing issues in bin/wp
Browse files Browse the repository at this point in the history
  • Loading branch information
wojsmol committed Jul 11, 2018
1 parent 25fafc7 commit e92ee91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/wp
Expand Up @@ -28,7 +28,7 @@ if [ ! -z "$WP_CLI_PHP" ] ; then
else
# Default to using the php that we find on the PATH.
# Note that we need the full path to php here for Dreamhost, which behaves oddly. See http://drupal.org/node/662926
php="`which php`"
php="$(command -v php)"
fi

# Build the path to the root PHP file
Expand Down

0 comments on commit e92ee91

Please sign in to comment.