emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 b21e9d4 1/3: * admin/update_autogen: Use #!/usr/b


From: Nicolas Petton
Subject: [Emacs-diffs] emacs-25 b21e9d4 1/3: * admin/update_autogen: Use #!/usr/bin/env bash
Date: Fri, 22 Apr 2016 19:10:29 +0000

branch: emacs-25
commit b21e9d4df22c674ce4287d6262322a6d888deb12
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * admin/update_autogen: Use #!/usr/bin/env bash
---
 admin/update_autogen |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/update_autogen b/admin/update_autogen
index 199a3aa..82ad622 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 ### update_autogen - update some auto-generated files in the Emacs tree
 
 ## Copyright (C) 2011-2016 Free Software Foundation, Inc.



reply via email to

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