diff options
author | Nicolas Petton <nicolas@petton.fr> | 2016-04-22 18:58:57 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2016-04-22 18:58:57 +0200 |
commit | b21e9d4df22c674ce4287d6262322a6d888deb12 (patch) | |
tree | e4ca3eea691a40c721b06831c96f880d3d366491 /admin | |
parent | cf14218c6816c2ad46423a169ce24de054a6309f (diff) |
* admin/update_autogen: Use #!/usr/bin/env bash
Diffstat (limited to 'admin')
-rwxr-xr-x | admin/update_autogen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/update_autogen b/admin/update_autogen index 199a3aad09..82ad622c64 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. |