diff options
author | Mats Wichmann <mats@linux.com> | 2019-12-24 17:00:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-24 17:00:35 (GMT) |
commit | fc0e28b11d21fc6a39d2575cc523e385b713a5e9 (patch) | |
tree | 9c9871309b56b307f9afd053179811740d54b3cd /bin | |
parent | cac7a17bad265db91ba06c9c97862d31edca306d (diff) | |
download | SCons-fc0e28b11d21fc6a39d2575cc523e385b713a5e9.zip SCons-fc0e28b11d21fc6a39d2575cc523e385b713a5e9.tar.gz SCons-fc0e28b11d21fc6a39d2575cc523e385b713a5e9.tar.bz2 |
fix error in scons-diff.py [ci skip]
Diffstat (limited to 'bin')
-rw-r--r-- | bin/scons-diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/scons-diff.py b/bin/scons-diff.py index c62b926..09b3dcc 100644 --- a/bin/scons-diff.py +++ b/bin/scons-diff.py @@ -63,7 +63,7 @@ for o, a in opts: elif o in ('-r', '--recursive'): recursive = True diff_options.append(o) - elif o '-s': + elif o == '-s': report_same = True try: |