• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/support/dependencies/check-host-lzip.sh
Baruch SiachBaruch Siach committed f165032e4f012 Feb 2017
Raw file
Source viewDiff to previous
 
1
#!/bin/sh
2
​
3
candidate="$1"
4
​
5
lzip=`which $candidate 2>/dev/null`
6
if [ ! -x "$lzip" ]; then
7
    lzip=`which lzip 2>/dev/null`
8
    if [ ! -x "$lzip" ]; then
9
        # echo nothing: no suitable lzip found
10
        exit 1
11
    fi
12
fi
13
​
14
echo $lzip
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.