From 877695ef4811f5efef5ceac1e3e2e9cdaa6b8c25 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 11 Sep 2016 21:17:34 +1200 Subject: Strip some trailing blank lines --- bash/bash_completion.d/awk.bash | 1 - bash/bash_completion.d/cat.bash | 1 - bash/bash_completion.d/ed.bash | 1 - bash/bash_completion.d/ex.bash | 1 - bash/bash_completion.d/grep.bash | 1 - bash/bash_completion.d/head.bash | 1 - bash/bash_completion.d/m4.bash | 1 - bash/bash_completion.d/sed.bash | 1 - bash/bash_completion.d/source.bash | 1 - bash/bash_completion.d/tail.bash | 1 - bash/bash_completion.d/vi.bash | 1 - bash/bash_completion.d/view.bash | 1 - bash/bash_completion.d/vim.bash | 1 - 13 files changed, 13 deletions(-) (limited to 'bash') diff --git a/bash/bash_completion.d/awk.bash b/bash/bash_completion.d/awk.bash index 6c6f4b72..1e01381a 100644 --- a/bash/bash_completion.d/awk.bash +++ b/bash/bash_completion.d/awk.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames awk - diff --git a/bash/bash_completion.d/cat.bash b/bash/bash_completion.d/cat.bash index 894b18ea..430cd58c 100644 --- a/bash/bash_completion.d/cat.bash +++ b/bash/bash_completion.d/cat.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames cat - diff --git a/bash/bash_completion.d/ed.bash b/bash/bash_completion.d/ed.bash index 9bc2bf59..c7fc6fde 100644 --- a/bash/bash_completion.d/ed.bash +++ b/bash/bash_completion.d/ed.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames ed - diff --git a/bash/bash_completion.d/ex.bash b/bash/bash_completion.d/ex.bash index 6e2ac9fb..6805b8b1 100644 --- a/bash/bash_completion.d/ex.bash +++ b/bash/bash_completion.d/ex.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames ex - diff --git a/bash/bash_completion.d/grep.bash b/bash/bash_completion.d/grep.bash index dec9f7d3..86c191cb 100644 --- a/bash/bash_completion.d/grep.bash +++ b/bash/bash_completion.d/grep.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames grep - diff --git a/bash/bash_completion.d/head.bash b/bash/bash_completion.d/head.bash index 65a32628..fa7cb878 100644 --- a/bash/bash_completion.d/head.bash +++ b/bash/bash_completion.d/head.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames head - diff --git a/bash/bash_completion.d/m4.bash b/bash/bash_completion.d/m4.bash index 4cf27e63..5811fd5b 100644 --- a/bash/bash_completion.d/m4.bash +++ b/bash/bash_completion.d/m4.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames m4 - diff --git a/bash/bash_completion.d/sed.bash b/bash/bash_completion.d/sed.bash index 4e27d34f..7957ebe2 100644 --- a/bash/bash_completion.d/sed.bash +++ b/bash/bash_completion.d/sed.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames sed - diff --git a/bash/bash_completion.d/source.bash b/bash/bash_completion.d/source.bash index 3dba710f..abd468af 100644 --- a/bash/bash_completion.d/source.bash +++ b/bash/bash_completion.d/source.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames source - diff --git a/bash/bash_completion.d/tail.bash b/bash/bash_completion.d/tail.bash index e72d0d8d..e80f40a5 100644 --- a/bash/bash_completion.d/tail.bash +++ b/bash/bash_completion.d/tail.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames tail - diff --git a/bash/bash_completion.d/vi.bash b/bash/bash_completion.d/vi.bash index 8e385318..728be438 100644 --- a/bash/bash_completion.d/vi.bash +++ b/bash/bash_completion.d/vi.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames vi - diff --git a/bash/bash_completion.d/view.bash b/bash/bash_completion.d/view.bash index ce381ecf..e228500f 100644 --- a/bash/bash_completion.d/view.bash +++ b/bash/bash_completion.d/view.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames view - diff --git a/bash/bash_completion.d/vim.bash b/bash/bash_completion.d/vim.bash index 4d3355aa..02d085d1 100644 --- a/bash/bash_completion.d/vim.bash +++ b/bash/bash_completion.d/vim.bash @@ -2,4 +2,3 @@ declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames vim - -- cgit v1.2.3