From d514c1068746e7e94b25b6b11c5960379d76d375 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 9 Nov 2021 10:44:45 +0100 Subject: zathura: fix shellcheck error --- community/zathura/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/zathura/build b/community/zathura/build index d579fbdb..4706c829 100755 --- a/community/zathura/build +++ b/community/zathura/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" patch -p1 < remove_gettext.patch -- cgit v1.2.3