aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-15 11:59:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-15 12:00:39 +1200
commit7bee448cff914e4d507373434a9d8035185e8841 (patch)
treee7214be8d5bb7158cd69f67f030be2638f4e40e8 /bin
parentDon't use git: prompt prefix if PROMPT_VCS unset (diff)
downloaddotfiles-7bee448cff914e4d507373434a9d8035185e8841.tar.gz
dotfiles-7bee448cff914e4d507373434a9d8035185e8841.zip
Strip some trailing whitespace
Diffstat (limited to 'bin')
-rwxr-xr-xbin/urlh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/urlh b/bin/urlh
index 2c547ad0..6a768a9f 100755
--- a/bin/urlh
+++ b/bin/urlh
@@ -12,7 +12,7 @@ url=$1 header=$2
curl -I -- "$url" |
# Unfold the headers
-unf |
+unf |
# Change the line endings to UNIX format
sd2u |