diff options
Diffstat (limited to 'scripts/build/bootstrap_debootstrap')
| -rwxr-xr-x | scripts/build/bootstrap_debootstrap | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index d1fe54365..c25cbacec 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -21,7 +21,7 @@ USAGE="${PROGRAM} [--force]"  # Processing arguments and configuration files  Init_config_data "${@}" -if ! command -v debootstrap >/dev/null +if [ ! $(which debootstrap) ]  then  	Echo_error "debootstrap - command not found"  	Echo_verbose "debootstrap can be obtained from http://ftp.debian.org/debian/pool/main/d/debootstrap/" | 
