#!/bin/sh # rustup shell setup # affix colons on either side of $PATH to simplify matching case ":${PATH}:" in *:"/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin":*) ;; *) # Prepending path in case a system-installed rustc needs to be overridden export PATH="/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin:$PATH" ;; esac