aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch')
-rw-r--r--debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch b/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch
new file mode 100644
index 0000000..e368494
--- /dev/null
+++ b/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch
@@ -0,0 +1,24 @@
+From: Vern Sun <s5unty@gmail.com>
+Date: Tue, 16 Jun 2015 11:00:50 +0800
+Subject: closes #772351, thanks Raphael Geissert
+Forwarded: not-needed
+
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772351
+---
+ examples/rifle_sxiv.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/examples/rifle_sxiv.sh b/examples/rifle_sxiv.sh
+index 8cb1390..0bdd892 100755
+--- a/examples/rifle_sxiv.sh
++++ b/examples/rifle_sxiv.sh
+@@ -24,7 +24,7 @@ if [ $# -eq 0 ]; then
+ exit
+ fi
+
+-[ "$1" == '--' ] && shift
++[ "$1" = '--' ] && shift
+
+ abspath () {
+ case "$1" in