mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
#328728 - r=darin - try again - fix update packaging to work for different ls syntax
This commit is contained in:
parent
6821c334bb
commit
ef1b030658
@ -18,8 +18,8 @@ notice() {
|
||||
}
|
||||
|
||||
get_file_size() {
|
||||
info=($(ls -gG "$1"))
|
||||
echo ${info[2]}
|
||||
info=($(ls -ln "$1"))
|
||||
echo ${info[4]}
|
||||
}
|
||||
|
||||
copy_perm() {
|
||||
|
Loading…
Reference in New Issue
Block a user