diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-16 06:58:30 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-16 06:58:30 +0100 |
| commit | dcffe49265eb5d1255b96fcbdba58a50db879fee (patch) | |
| tree | 498cf4db1a14292430c9fc19a572419b1dac866d /bin/docs-create-example-outputs.py | |
| parent | 8f2056eedecb0c2a7d794b78343d82cae50ffc38 (diff) | |
| parent | e20c9557371eacec533588d33b4bebd543ba178f (diff) | |
Merge tag 'upstream/2.4.1'
Upstream version 2.4.1
Diffstat (limited to 'bin/docs-create-example-outputs.py')
| -rw-r--r-- | bin/docs-create-example-outputs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docs-create-example-outputs.py b/bin/docs-create-example-outputs.py index 30dc0ee..6e59d9f 100644 --- a/bin/docs-create-example-outputs.py +++ b/bin/docs-create-example-outputs.py @@ -14,6 +14,6 @@ if __name__ == "__main__": print "OK" else: print "Not all example names and suffixes are unique! Please correct the errors listed above and try again." - sys.exit(0) + sys.exit(1) SConsExamples.createAllExampleOutputs(os.path.join('doc','user')) |
