]> git.phdru.name Git - bookmarks_db.git/blobdiff - update
Do not compyleall in archive (clean) repository
[bookmarks_db.git] / update
diff --git a/update b/update
index 552c1e550e4cd9678e90f44e28b7295389670b41..a7aefa92c9de344375f86a78e6dd8815ff321d32 100755 (executable)
--- a/update
+++ b/update
@@ -20,4 +20,4 @@ git pull --ff-only current master &&
 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