Repository: incubator-sentry Updated Branches: refs/heads/master 77554a09b -> 3db29d19f
SENTRY-131: bin/sentry script doesn't find config-tool.sh under some circumstances (Mark Grover via Prasad Mujumdar) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/3db29d19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/3db29d19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/3db29d19 Branch: refs/heads/master Commit: 3db29d19f850e3dcced09b6c3cac594d03ee9386 Parents: 77554a0 Author: Prasad Mujumdar <[email protected]> Authored: Wed Mar 5 15:36:13 2014 -0800 Committer: Prasad Mujumdar <[email protected]> Committed: Wed Mar 5 15:36:13 2014 -0800 ---------------------------------------------------------------------- bin/sentry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/3db29d19/bin/sentry ---------------------------------------------------------------------- diff --git a/bin/sentry b/bin/sentry index 9f2ce77..812fa12 100755 --- a/bin/sentry +++ b/bin/sentry @@ -46,7 +46,7 @@ while [ $# -gt 0 ]; do # Until you run out of parameters . . . case "$1" in config-tool) shift - $SENTRY_HOME/bin/config-tool.sh "$@" + $myhome/bin/config-tool.sh "$@" ;; *) echo Unknown option $1
