diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-05 15:34:30 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-05 15:34:30 +0100 |
commit | dbb4c63c0f687b769a5a4e0d81777ec8a401c794 (patch) | |
tree | 32439dc0c7758a7347de8e34cb178bf72bab00bd /easy_e17.sh | |
parent | ec5a0fab433a55de8e8535ab45b9b0fe0b0604bc (diff) | |
download | bin-dbb4c63c0f687b769a5a4e0d81777ec8a401c794.zip bin-dbb4c63c0f687b769a5a4e0d81777ec8a401c794.tar.gz |
easy_e17.sh: default ewekit_updates=0
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-x | easy_e17.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/easy_e17.sh b/easy_e17.sh index ff74f73..b105ce3 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -1280,13 +1280,12 @@ fi # parse updates open_header "Parsing updates" +ewebkit_updates=0 echo "- parse updated sources ..." if [ "$action" == "update" ]; then if [ $ewk_enabled -eq 1 ] && [ -e "$tmp_path/ewebkit_update.log" ]; then ewebkit_updates=$(egrep "^[A|D|G|U] " $tmp_path/ewebkit_update.log | wc -l) [ $ewebkit_updates -gt 0 ] && echo " - ewebkit" - else - ewebkit_updates=0 fi if [ $git -eq 0 ]; then [ -e "$tmp_path/source_update.log" ] && parse_svn_updates |