Commit 9667fccb authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

Disk: Added support for AIX

parent 141f6f12
......@@ -1672,6 +1672,7 @@ get_disk() {
case "$os" in
"Haiku") err "Disk doesn't work on Haiku due to the non-standard 'df'"; return ;;
"Mac OS X") df_flags=(-P -h) ;;
"AIX") df_flags=(-P -g) ;;
*) df_flags=(-h) ;;
esac
......
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