summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-12-24 17:00:35 (GMT)
committerGitHub <noreply@github.com>2019-12-24 17:00:35 (GMT)
commitfc0e28b11d21fc6a39d2575cc523e385b713a5e9 (patch)
tree9c9871309b56b307f9afd053179811740d54b3cd /bin
parentcac7a17bad265db91ba06c9c97862d31edca306d (diff)
downloadSCons-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.py2
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: