diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:44:32 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:44:32 +0100 |
commit | 27027cbfd5f412afcfd81f7ef0f5a962c116d99f (patch) | |
tree | 8cd533b233b50772abee29af3c8941f5a249d061 /community/zathura-pdf-poppler | |
parent | c0df52bd0c335d3ee40ccdcb0ca2a6612279f158 (diff) | |
download | repository-27027cbfd5f412afcfd81f7ef0f5a962c116d99f.tar.gz |
zathura-pdf-poppler: fix shellcheck error
Diffstat (limited to 'community/zathura-pdf-poppler')
-rwxr-xr-x | community/zathura-pdf-poppler/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zathura-pdf-poppler/build b/community/zathura-pdf-poppler/build index d0928030..b1af332c 100755 --- a/community/zathura-pdf-poppler/build +++ b/community/zathura-pdf-poppler/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ . output |