Merge pull request #871 from dawidd6/busybox

disk: change Haiku's df detection
This commit is contained in:
Herdiansyah 2017-11-26 18:55:11 +07:00 committed by GitHub
commit bb4bc945be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2032,7 +2032,7 @@ get_disk() {
# Get "df" version.
df_version="$(df --version 2>&1)"
case "$df_version" in
*"blocks"*) # Haiku
*"Tracker"*) # Haiku
err "Your version of df cannot be used due to the non-standard flags"
return
;;