fixing issue with osx, (d) is bot supported
parent
8073340a09
commit
376c227256
|
|
@ -137,9 +137,9 @@ usage ()
|
||||||
group 'base'
|
group 'base'
|
||||||
if [ $(uname) = "Darwin" ]; then
|
if [ $(uname) = "Darwin" ]; then
|
||||||
if [ -n $1 ]; then
|
if [ -n $1 ]; then
|
||||||
du -hd $1
|
du -h $1
|
||||||
else
|
else
|
||||||
du -hd 1
|
du -h 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
elif [ $(uname) = "Linux" ]; then
|
elif [ $(uname) = "Linux" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue