aboutsummaryrefslogtreecommitdiff
path: root/bin/dub.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dub.sh')
-rw-r--r--bin/dub.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dub.sh b/bin/dub.sh
index 2dfd77f0..efdae4e9 100644
--- a/bin/dub.sh
+++ b/bin/dub.sh
@@ -14,7 +14,7 @@ cd -- "$dir" || exit
# wrong than malformed
nl=$(printf '\n/')
find . ! -name . -prune \( \
- -name '*'"${nl%/}"'*' \
+ -name '*'"${nl%/}"'*' \
-exec sh -c '
printf >&2 '\''%s: warning: skipped newline filename\n'\'' "$1"
' _ "$self" \; \