cqlsh cannot be called through symlink

patch by Benjamin Zarzycki; reviewed by Carl Yeksigian for CASSANDRA-11037
This commit is contained in:
Carl Yeksigian 2016-02-18 15:48:54 -05:00
parent 71f4406072
commit 4985fcc86f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2.2.6
* (cqlsh) cqlsh cannot be called through symlink (CASSANDRA-11037)
* fix ohc and java-driver pom dependencies in build.xml (CASSANDRA-10793)
* Protect from keyspace dropped during repair (CASSANDRA-11065)
* Handle adding fields to a UDT in SELECT JSON and toJson() (CASSANDRA-11146)

View File

@ -16,4 +16,4 @@
# limitations under the License.
python "`dirname "$0"`/cqlsh.py" "$@"
python "`python -c "import os;print(os.path.dirname(os.path.realpath('$0')))"`/cqlsh.py" "$@"