the joys of non-portable unix command options
This commit is contained in:
parent
aa7baffb9f
commit
ef9b5d8646
|
@ -46,7 +46,7 @@ module Travis
|
|||
end
|
||||
|
||||
def digest
|
||||
Digest::MD5.new << `ls -lTAR #{sources.join(' ')} | awk '{ print $5, $6, $7, $8, $9, $10 }'`
|
||||
Digest::MD5.new << `ls -lAR #{sources.join(' ')} | awk '{ print $5, $6, $7, $8, $9, $10 }'`
|
||||
end
|
||||
|
||||
def sources
|
||||
|
|
Loading…
Reference in New Issue
Block a user