aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 09:14:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 09:14:47 +1200
commit4519a1922fb6482920b7f995f4dde90d5e71f49e (patch)
tree47a82cf0c6753307fed02cfe4dd277a667a94aa5 /bin
parentAdd missing mkmv(1) manual (diff)
downloaddotfiles-4519a1922fb6482920b7f995f4dde90d5e71f49e.tar.gz
dotfiles-4519a1922fb6482920b7f995f4dde90d5e71f49e.zip
Trim some trailing whitespace
Diffstat (limited to 'bin')
-rwxr-xr-xbin/maybe2
-rwxr-xr-xbin/pit4
-rwxr-xr-xbin/plmu2
-rwxr-xr-xbin/stbl2
-rwxr-xr-xbin/try2
5 files changed, 6 insertions, 6 deletions
diff --git a/bin/maybe b/bin/maybe
index 2fc75047..d017966a 100755
--- a/bin/maybe
+++ b/bin/maybe
@@ -36,7 +36,7 @@ while getopts 'hvd:' opt ; do
d)
denom=$OPTARG
;;
-
+
# Unknown option
\?)
usage >&2
diff --git a/bin/pit b/bin/pit
index d7ebd4c5..d3068e76 100755
--- a/bin/pit
+++ b/bin/pit
@@ -7,11 +7,11 @@ fi
# If output seems to be to a terminal, try to run input through a pager of some
# sort; we'll fall back on more(1) to be POSIX-ish
-if [ -t 1 ] ; then
+if [ -t 1 ] ; then
"${PAGER:-more}" -- "$@"
# Otherwise, just run it through with cat(1); a good pager does this anyway,
# provided it actually exists
-else
+else
cat -- "$@"
fi
diff --git a/bin/plmu b/bin/plmu
index 106c58b4..7927ef92 100755
--- a/bin/plmu
+++ b/bin/plmu
@@ -17,6 +17,6 @@ plenv list-modules |
comm -23 -- - "$ef" |
# Read that list of modules to upgrade and upgrade them one by one
-while read -r module ; do
+while read -r module ; do
cpanm --notest --quiet -- "$module"
done
diff --git a/bin/stbl b/bin/stbl
index 4d56de17..2304000f 100755
--- a/bin/stbl
+++ b/bin/stbl
@@ -45,7 +45,7 @@ fi
# Check we have ed(1)
hash ed || exit
-# Iterate through the arguments
+# Iterate through the arguments
for fn ; do
# If verbose is set, print what we're doing
diff --git a/bin/try b/bin/try
index 25e9fadd..1a71804d 100755
--- a/bin/try
+++ b/bin/try
@@ -44,7 +44,7 @@ while getopts 'hvi:n:' opt ; do
n)
attc=$OPTARG
;;
-
+
# Unknown option
\?)
usage >&2