]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix cstyle-file.py when emacs is not installed 445/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 2 May 2016 16:51:03 +0000 (12:51 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 3 May 2016 17:25:18 +0000 (13:25 -0400)
commit0f35ac91b7755d60e97d95ff41725c21dbce5f55
tree5363b04b56c4282b142f3c116043b1ce70ecff3b
parentd749bfafd93c3acaaa6159ce4600be95e968503e
Fix cstyle-file.py when emacs is not installed

emacs_reindent() is intended to fail gracefully when emacs is not
installed, but instead subprocess.call() throws an OSError.  Check for
this error and return normally.
src/util/cstyle-file.py