Unverified Commit bb4bc945 authored by Herdiansyah's avatar Herdiansyah Committed by GitHub

Merge pull request #871 from dawidd6/busybox

disk: change Haiku's df detection
parents 4fd22875 a1e68438
......@@ -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
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment