Commit 8e7231b3 authored by Alexey Golubev's avatar Alexey Golubev Committed by Alexey.Golubev

removed unused code

parent 2b339b68
......@@ -46,8 +46,6 @@ then
then
cef_mod_time=$(date -d"$(curl -sI $cef_url | awk '/Last-Modified/ {print ($3, $4, $5, $6, $7, $8)}')" +"%s")
local_mod_time=$(stat -c %Y $cef_arch)
echo $cef_mod_time
echo $local_mod_time
if [[ $cef_mod_time -eq $local_mod_time ]]
then
echo "cef_binary already downloaded"
......
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