From: Oleg Broytman Date: Sun, 6 Jul 2014 12:19:48 +0000 (+0400) Subject: compyleall X-Git-Tag: v4.6.0~1 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=cbf4c2c1db0af3829e015d895eb4ae02ecb8fc8e compyleall --- diff --git a/update b/update index 552c1e5..26ea726 100755 --- a/update +++ b/update @@ -15,9 +15,9 @@ elif [ -z "$current" ]; then exit 1 fi -git pull --ff-only current master && +git pull --ff-only current master && compyleall && web="`git config --get --path remote.web.url`" && [ -n "$web" ] && git push web -cd "$current" && exec git pull origin +cd "$current" && compyleall && exec git pull origin