1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Not my day... Remove extraneous vim typo

This commit is contained in:
Toshio Kuratomi 2017-01-05 10:22:00 -08:00
parent d001d250f0
commit 74db76ec9c

View file

@ -7,7 +7,7 @@ grep '^#!' -rIn . \
-e '^\./lib/ansible/modules/' \ -e '^\./lib/ansible/modules/' \
-e '^\./test/integration/targets/[^/]*/library/[^/]*:#!powershell$' \ -e '^\./test/integration/targets/[^/]*/library/[^/]*:#!powershell$' \
-e '^\./test/sanity/validate-modules/validate-modules:#!/usr/bin/env python2$' \ -e '^\./test/sanity/validate-modules/validate-modules:#!/usr/bin/env python2$' \
-e 'i^\./hacking/cherrypick.py:#!/usr/bin/env python3$' \ -e '^\./hacking/cherrypick.py:#!/usr/bin/env python3$' \
-e ':#!/bin/sh$' \ -e ':#!/bin/sh$' \
-e ':#!/bin/bash( -[eux]|$)' \ -e ':#!/bin/bash( -[eux]|$)' \
-e ':#!/usr/bin/make -f$' \ -e ':#!/usr/bin/make -f$' \