diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-01-03 19:30:48 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-01-03 19:30:48 -0500 |
commit | 6c0fc9ba5a02ec2ba507f43b79f0b12145f8b925 (patch) | |
tree | f275820c9ad97e68b1bab1f7bde57050e2ff6ec0 | |
parent | 1f9b6ed16159018d1cea762981463e8ee340c062 (diff) |
remove extra newlines at end of file
-rw-r--r-- | v-editor.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/v-editor.sh b/v-editor.sh index ef6f0a1..b1a32cc 100644 --- a/v-editor.sh +++ b/v-editor.sh @@ -3,5 +3,3 @@ (if [ -n "$DISPLAY" ]; then eval ${VISUAL:-$SELECTED_EDITOR} "$@" else eval ${EDITOR:-$SELECTED_EDITOR} "$@" fi) || eval ${ALTERNATE_EDITOR:-false} "$@" - - |