Skip to content

Commit

Permalink
#148: Fixed clqsh wrapper
Browse files Browse the repository at this point in the history
Summary: Fixed clqsh binary location inside cqlsh wrapper script.

Test Plan: `~/code/yugabyte/bin/cqlsh` should work after build.

Reviewers: mikhail, neil

Reviewed By: neil

Subscribers: yql

Differential Revision: https://phabricator.dev.yugabyte.com/D4575
  • Loading branch information
ttyusupov committed Apr 9, 2018
1 parent e58da89 commit 08762c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cqlsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

. "${BASH_SOURCE%/*}"/../build-support/common-build-env.sh

exec "$YB_THIRDPARTY_DIR/installed/common/bin/cqlsh" "$@"
exec "$YB_THIRDPARTY_DIR/installed/common/cqlsh/bin/cqlsh" "$@"

0 comments on commit 08762c7

Please sign in to comment.