mirror of
https://github.com/apache/impala.git
synced 2025-12-30 03:01:44 -05:00
Quoted variable substitutions in rm -rf commands and in many other places. This prevents disasters if those variables contain whitespace. Redirected output of the cd commands to /dev/null. This prevents polluting the target variable with the directory name when the CDPATH environment variable is set. Change-Id: I7503794180dee99eeb979e67f34e3b2edade70fe Reviewed-on: http://gerrit.cloudera.org:8080/4078 Tested-by: Internal Jenkins Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com>
4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
source "$(dirname "$0")/impala-python-common.sh"
|
|
exec "$PY_DIR/env/bin/python" "$@"
|