aboutsummaryrefslogtreecommitdiff
path: root/bin/sqs.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-14 10:09:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-14 10:09:40 +1300
commitd18c0c237c5fcd7c7d3484eb591cce0a4f8d104b (patch)
treedc5aaf180d8645b021ca18d22583d034b5aafd31 /bin/sqs.sh
parentMerge branch 'release/v0.16.0' (diff)
parentBump version number to 0.17.0 (diff)
downloaddotfiles-d18c0c237c5fcd7c7d3484eb591cce0a4f8d104b.tar.gz
dotfiles-d18c0c237c5fcd7c7d3484eb591cce0a4f8d104b.zip
Merge branch 'release/v0.17.0'v0.17.0
* release/v0.17.0: Bump version number to 0.17.0 Move mapleader settings before .vimrc conf source Strip trailing whitespace Check for shellescape() function before using it Force muttrc filetype from ftdetect rules
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