X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=add-pubkey%2Fpost-checkout;h=5017228fcdd43e1878382447164230b4b6e57f98;hb=e55ede1606d7e0220e7b6754f45347fc55e3070a;hp=19ac074d0a08236c8a7b030b80b49f48b8b06882;hpb=11f9b3e2837ea214ee8cccf69704b3314a8ffba9;p=git-scripts.git diff --git a/add-pubkey/post-checkout b/add-pubkey/post-checkout index 19ac074..5017228 100755 --- a/add-pubkey/post-checkout +++ b/add-pubkey/post-checkout @@ -11,8 +11,8 @@ if [ \( "$new_branch" = 1 \) ]; then if [ "$new_HEAD" = "`git rev-parse phd-pubkey`" ]; then git clean -d -f -q else - python -m compileall -q -x '\.tox/.+' . && - python -O -m compileall -q -x '\.tox/.+' . + python -m compileall -q -x '\.tox/' . && + python -O -m compileall -q -x '\.tox/' . fi fi