Fixed wrong mode format for stat on OSX.

This commit is contained in:
Manuel Hutter 2014-06-10 19:48:02 +02:00
parent 90acfc3952
commit 8a70343e2c
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ links: %Dl
stat -f "type: %HT stat -f "type: %HT
owner: %Du %Su owner: %Du %Su
group: %Dg %Sg group: %Dg %Sg
mode: %Op %Sp mode: %Lp %Sp
size: %Dz size: %Dz
links: %Dl links: %Dl
" "$destination" " "$destination"

View File

@ -37,7 +37,7 @@ mode: %Op %Sp
stat -f "type: %HT stat -f "type: %HT
owner: %Du %Su owner: %Du %Su
group: %Dg %Sg group: %Dg %Sg
mode: %Op %Sp mode: %Lp %Sp
" "$destination" " "$destination"
;; ;;
*) *)

View File

@ -39,7 +39,7 @@ links: %Dl
stat -f "type: %HT stat -f "type: %HT
owner: %Du %Su owner: %Du %Su
group: %Dg %Sg group: %Dg %Sg
mode: %Op %Hp mode: %Lp %Sp
size: %Dz size: %Dz
links: %Dl links: %Dl
" "$destination" " "$destination"