From cbe7b47a9681b6ca1e542c47dc7026b39d27b3cb Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 14 Dec 2019 17:40:21 +0000 Subject: refactor(tools): __dispatch.sh now uses relative paths This enables usage of __dispatch.sh from anywhere, even outside of the depot. Specifically this means I can add `~/depot/bin` to my $PATH and all the registered tools work from anywhere. --- tools/bin/kms_pass | 1 + 1 file changed, 1 insertion(+) create mode 120000 tools/bin/kms_pass (limited to 'tools/bin/kms_pass') diff --git a/tools/bin/kms_pass b/tools/bin/kms_pass new file mode 120000 index 000000000000..8390ec9c9652 --- /dev/null +++ b/tools/bin/kms_pass @@ -0,0 +1 @@ +__dispatch.sh \ No newline at end of file -- cgit 1.4.1