diff options
Diffstat (limited to 'functions/architectures.sh')
| -rwxr-xr-x | functions/architectures.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/architectures.sh b/functions/architectures.sh index aeb298eb3..bdad4cbc0 100755 --- a/functions/architectures.sh +++ b/functions/architectures.sh @@ -50,7 +50,7 @@ Check_architectures () Check_crossarchitectures () { - if [ $(which dpkg) ] + if command -v dpkg >/dev/null then HOST="$(dpkg --print-architecture)" else |
