Welcome to mirror list, hosted at ThFree Co, Russian Federation.

importpath - github.com/ClusterM/hakchi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e83455c9dbcb3794a03364cada5df2eb3b390cdf (plain)
1
2
3
4
5
6
7
8
if [ -z "$(which felboot)" ]; then
  if [ -x bin/felboot ]; then
    export PATH=$(pwd)/bin:$(pwd)/build:$PATH
    echo PATH=$PATH
  else
    echo bin/felboot not found
  fi
fi