diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-16 17:05:56 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-16 17:05:56 (GMT) |
commit | 828cc6c618f42196d6dcc1a0adaad0e07e6b1bee (patch) | |
tree | d46c0d99544450570a4d25ca65dfa5f317eb9f88 | |
parent | f42121f27e34797b0b5db86ad2fdc4a72bc7e37a (diff) | |
download | cpython-828cc6c618f42196d6dcc1a0adaad0e07e6b1bee.zip cpython-828cc6c618f42196d6dcc1a0adaad0e07e6b1bee.tar.gz cpython-828cc6c618f42196d6dcc1a0adaad0e07e6b1bee.tar.bz2 |
Revert change that was not a syntax fix but actually a behavior change
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 1108c75..78b85f65 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1313,7 +1313,7 @@ funny: -o -name .hgignore \ -o -name .bzrignore \ -o -name MANIFEST \ - -print + -o -print # Perform some verification checks on any modified files. patchcheck: |