···53 '' + ''
54 # hack to ensure the completion function looks right
55 # as $0 is used to generate the compdef directive
56- PATH="$out/bin:$PATH"
005758 installShellCompletion --cmd scala-cli \
59 --bash <(scala-cli completions bash) \
···53 '' + ''
54 # hack to ensure the completion function looks right
55 # as $0 is used to generate the compdef directive
56+ mkdir temp
57+ cp $out/bin/.scala-cli-wrapped temp/scala-cli
58+ PATH="./temp:$PATH"
5960 installShellCompletion --cmd scala-cli \
61 --bash <(scala-cli completions bash) \