From cbf4c2c1db0af3829e015d895eb4ae02ecb8fc8e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 6 Jul 2014 16:19:48 +0400 Subject: [PATCH] compyleall --- update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2