diff options
author | Thomas Haller <thaller@redhat.com> | 2019-06-02 14:32:30 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-06-09 22:03:11 +0200 |
commit | d050faee7060bcf23b83700d60b7bc7599896d14 (patch) | |
tree | 34853340c2ed45a9a5e345525b2548cf7b7a6ff6 /contrib | |
parent | 66115853d81d4b4eaa2eda4e5d995b57c74afb1f (diff) | |
download | NetworkManager-th/drop-emacs-file-variables.tar.gz |
all: drop vim file variables from first line of sourcesth/drop-emacs-file-variables
sed '1,3 { /^\(#\|--\) *vim:/d }; 1 { /^\/\* *vim:.*\*\/$/ d}' -i $(git grep -l 'vim:')
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/scripts/nm-import-openconnect | 1 | ||||
-rwxr-xr-x | contrib/scripts/nm-import-openvpn | 1 | ||||
-rwxr-xr-x | contrib/scripts/nm-import-vpnc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/contrib/scripts/nm-import-openconnect b/contrib/scripts/nm-import-openconnect index ec2f5bedc0..1a99a2778c 100755 --- a/contrib/scripts/nm-import-openconnect +++ b/contrib/scripts/nm-import-openconnect @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/contrib/scripts/nm-import-openvpn b/contrib/scripts/nm-import-openvpn index ebba5c92e9..0ae4eff152 100755 --- a/contrib/scripts/nm-import-openvpn +++ b/contrib/scripts/nm-import-openvpn @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/contrib/scripts/nm-import-vpnc b/contrib/scripts/nm-import-vpnc index fde4fe5ecc..f194809d9c 100755 --- a/contrib/scripts/nm-import-vpnc +++ b/contrib/scripts/nm-import-vpnc @@ -1,5 +1,4 @@ #!/usr/bin/env lua --- vim: ft=lua ts=2 sts=2 sw=2 et ai -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by |