emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auto-header 1d4201c2c9 18/26: Downcase gcc executable n


From: ELPA Syncer
Subject: [elpa] externals/auto-header 1d4201c2c9 18/26: Downcase gcc executable name
Date: Sun, 26 Mar 2023 07:57:35 -0400 (EDT)

branch: externals/auto-header
commit 1d4201c2c9250036726768eecd0f8c587ca699c0
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@fau.de>

    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 <philip.kaludercic@fau.de>
-;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]