Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Remove indefinite article from description #42333

Closed
wants to merge 1 commit into from
Closed

Remove indefinite article from description #42333

wants to merge 1 commit into from

Commits on Aug 1, 2015

  1. Remove indefinite article from description

    The changes were made with the following shell command:
    for formula in $(grep -l 'desc "[Aa]n\?\s' Library/Formula/*.rb); do
      echo $formula
      vim -c '/desc "/s/[Aa]n\? //|normal f"gU2lZZ' $formula
    done
    afh committed Aug 1, 2015
    Copy the full SHA
    9dfe749 View commit details
    Browse the repository at this point in the history