aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:18:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:19:14 +1300
commit0feb86754ccf5d3ef408c55b1e9e15ad663b7d6d (patch)
treee43550f5c93754b680cd3bf27b39f3fa060b8ebd
parentQuote vars in param expansions (diff)
downloadmgrep-0feb86754ccf5d3ef408c55b1e9e15ad663b7d6d.tar.gz
mgrep-0feb86754ccf5d3ef408c55b1e9e15ad663b7d6d.zip
Strip trailing blank lines
-rw-r--r--LICENSE1
-rwxr-xr-xmgrep1
-rw-r--r--mgreprc.sample1
3 files changed, 0 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 6420c68..bf6312f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
diff --git a/mgrep b/mgrep
index c4f0312..d57f9b5 100755
--- a/mgrep
+++ b/mgrep
@@ -107,4 +107,3 @@ find "$path" \
--with-filename \
"${grep_args[@]}" \
{} +
-
diff --git a/mgreprc.sample b/mgreprc.sample
index d43bf3a..121fd0a 100644
--- a/mgreprc.sample
+++ b/mgreprc.sample
@@ -3,4 +3,3 @@
context=3
exclude=$HOME/.mgrep/exclude
path=$HOME/Documents/Logs
-