#!/bin/bash ## usage: bash cleanup-Drupal.WhiteSpace.EmptyLines.EmptyLines.sh vi ## usage: bash cleanup-Drupal.WhiteSpace.EmptyLines.EmptyLines.sh joe [ -n "$1" ] && EDITOR="$1" if [ -z "$EDITOR" ]; then echo "Please provide parameter 1 (editor). Example: vi, joe" exit 1 fi function edit_at_line() { local f="$1" local l="$2" $EDITOR +$l "$f" } echo Process cleanup for 'Drupal.WhiteSpace.EmptyLines.EmptyLines' echo Number of lines: 32 echo Examples: 'Array ( [0] => More than 2 empty lines are not allowed ) ' echo Press ENTER to begin read edit_at_line 'CRM/Activity/Import/Form/MapField.php' 42 edit_at_line 'CRM/Activity/Import/Form/MapField.php' 43 edit_at_line 'CRM/Batch/BAO/Batch.php' 529 edit_at_line 'CRM/Campaign/Form/Petition/Signature.php' 500 edit_at_line 'CRM/Contact/Form/Contact.php' 1162 edit_at_line 'CRM/Contribute/Import/Form/MapField.php' 42 edit_at_line 'CRM/Contribute/Import/Form/MapField.php' 43 edit_at_line 'CRM/Core/Page/Basic.php' 37 edit_at_line 'CRM/Core/Page/Basic.php' 38 edit_at_line 'CRM/Core/Payment/GoogleIPN.php' 36 edit_at_line 'CRM/Event/Import/Form/MapField.php' 42 edit_at_line 'CRM/Event/Import/Form/MapField.php' 43 edit_at_line 'CRM/Member/Import/Form/MapField.php' 42 edit_at_line 'CRM/Upgrade/Incremental/php/FourSix.php' 78 edit_at_line 'CRM/Utils/Hook/WordPress.php' 172 edit_at_line 'CRM/Utils/Hook/WordPress.php' 224 edit_at_line 'tests/phpunit/api/v3/ActionScheduleTest.php' 42 edit_at_line 'tests/phpunit/api/v3/ActivityTest.php' 242 edit_at_line 'tests/phpunit/api/v3/APIStandardsTest.php' 52 edit_at_line 'tests/phpunit/api/v3/ContactTypeTest.php' 29 edit_at_line 'tests/phpunit/api/v3/ContactTypeTest.php' 30 edit_at_line 'tests/phpunit/api/v3/ContactTypeTest.php' 31 edit_at_line 'tests/phpunit/api/v3/CustomValueContactTypeTest.php' 230 edit_at_line 'tests/phpunit/api/v3/UFJoinTest.php' 29 edit_at_line 'tests/phpunit/api/v3/UFJoinTest.php' 30 edit_at_line 'tests/phpunit/api/v3/UFMatchTest.php' 29 edit_at_line 'tests/phpunit/api/v3/UFMatchTest.php' 30 edit_at_line 'tests/phpunit/api/v3/UFMatchTest.php' 48 edit_at_line 'tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php' 804 edit_at_line 'tests/phpunit/CRM/Core/BAO/CustomGroupTest.php' 29 edit_at_line 'tests/phpunit/CRM/Event/BAO/AdditionalPaymentTest.php' 29 edit_at_line 'tests/phpunit/CRM/Event/BAO/ParticipantTest.php' 29