mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Update ^C message to the user.
This commit is contained in:
parent
3b0ce4e0fa
commit
5e502a9ab1
@ -153,7 +153,7 @@ def run():
|
|||||||
except error.exit, eerr:
|
except error.exit, eerr:
|
||||||
pass
|
pass
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
_notice(opts, 'user terminated')
|
_notice(opts, 'abort: user terminated')
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
@ -601,7 +601,7 @@ def run(args):
|
|||||||
except error.exit, eerr:
|
except error.exit, eerr:
|
||||||
pass
|
pass
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
_notice(opts, 'user terminated')
|
_notice(opts, 'abort: user terminated')
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user