aboutsummaryrefslogtreecommitdiff
path: root/bin/sqs.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-13 22:28:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-13 22:28:14 +1300
commitac8d360e59896c11816f6a1edaaed647f71f6796 (patch)
tree9aee0daea29566a6d28706dcb8f4ac390536e6c5 /bin/sqs.sh
parentMerge branch 'feature/vim-ftdetect' into develop (diff)
parentStrip trailing whitespace (diff)
downloaddotfiles-ac8d360e59896c11816f6a1edaaed647f71f6796.tar.gz
dotfiles-ac8d360e59896c11816f6a1edaaed647f71f6796.zip
Merge branch 'feature/trailing-space' into develop
* feature/trailing-space: Strip trailing whitespace
Diffstat (limited to 'bin/sqs.sh')
-rw-r--r--bin/sqs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sqs.sh b/bin/sqs.sh
index e00797e3..28435059 100644
--- a/bin/sqs.sh
+++ b/bin/sqs.sh
@@ -13,7 +13,7 @@ for sn ; do
# Strip trailing slash if any and then query string
sn=${sn%/}
dn=${sn%%\?*}
-
+
# Ignore this file if its name wouldn't change
[ "$sn" != "$dn" ] || continue