branch: externals/auto-header
commit 1d4201c2c9250036726768eecd0f8c587ca699c0
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Downcase gcc executable name
---
auto-header.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/auto-header.el b/auto-header.el
index 991afe8566..4b86c11410 100644
--- a/auto-header.el
+++ b/auto-header.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2022 Philip Kaludercic
;; Author: Philip Kaludercic <[email protected]>
-;; Version: $Id: auto-header.el,v 1.16 2022/06/13 18:48:30 oj14ozun Exp
oj14ozun $
+;; Version: $Id: auto-header.el,v 1.17 2022/06/13 19:22:42 oj14ozun Exp
oj14ozun $
;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/auto-header.el
;; Package-Version: 1
;; Keywords: c
@@ -112,7 +112,7 @@
(catch 'fail
(unless auto-header--header-cache
(with-temp-buffer
- (process-file (or (executable-find "GCC")
+ (process-file (or (executable-find "gcc")
(executable-find "clang")
(throw 'fail nil))
nil t nil