aboutsummaryrefslogtreecommitdiff
path: root/bin/dub.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-27 00:05:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-27 00:05:26 +1300
commit43f9952db851ebcfa9f14b3e7e9a40886f43cd16 (patch)
tree9b9f4843db4219f577aa8c8c27ac57ed20cc4983 /bin/dub.sh
parentTwo-space sentences in VimL comments (diff)
downloaddotfiles-43f9952db851ebcfa9f14b3e7e9a40886f43cd16.tar.gz
dotfiles-43f9952db851ebcfa9f14b3e7e9a40886f43cd16.zip
Break up some long lines
Diffstat (limited to 'bin/dub.sh')
-rw-r--r--bin/dub.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dub.sh b/bin/dub.sh
index e3d16709..7556241f 100644
--- a/bin/dub.sh
+++ b/bin/dub.sh
@@ -9,9 +9,9 @@ dir=${1:-.} lim=${2:-10}
# Enter the target dir or bail
cd -- "$dir" || exit
-# Some find(1) devilry to deal with newlines as safely as possible. The idea is
-# not even to touch them, and warn about their presence; better the results are
-# wrong than malformed
+# Some find(1) devilry to deal with newlines as safely as possible. The idea
+# is not even to touch them, and warn about their presence; better the results
+# are wrong than malformed
nl=$(printf '\n/')
find . ! -name . -prune \( \
-name '*'"${nl%/}"'*' \