File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 which-test (let [curr-shell (System/getenv " SHELL" )
7373 path (System/getenv " PATH" )]
7474 (shell {:extra-env {" PATH" path}} " echo \" conveyor PATH: $(which conveyor)\" " )
75- (shell {:extra-env {" PATH" path}} (str curr-shell " -c 'echo \" /bin/bash conveyor PATH: $(which conveyor)\" '" )))
75+ (shell {:extra-env {" PATH" path}} (str curr-shell " -c 'echo \" /bin/bash conveyor PATH: $(which conveyor)\" '" ))
76+ (shell {:extra-env {" PATH" path}} (str curr-shell " -c 'echo \" /bin/bash ls PATH: $(which ls)\" '" )))
7677
7778 conveyor-test (let [curr-shell (System/getenv " SHELL" )]
78- (:out (shell {:out :string } (str curr-shell " -c 'cd $HOME/.local/bin && ./conveyor --version'" ))))}}
79+ (:out (shell {:out :string } (str curr-shell " -c 'cd $HOME/.local/bin && ./conveyor --version'" ))))}}
You can’t perform that action at this time.
0 commit comments