From 31e067ad2d2b02a64e936ed6b882489ec434abda Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sat, 6 Jun 2020 14:00:39 +0200 Subject: util: Remove unnecessary quoting in mdconv.sh --- util/mdconv.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/mdconv.sh b/util/mdconv.sh index 4385f51..1178484 100644 --- a/util/mdconv.sh +++ b/util/mdconv.sh @@ -1,8 +1,8 @@ set -e -title="$(lowdown -X title "$1")" -date="$(lowdown -X date "$1")" -author="$(lowdown -X author "$1")" +title=$(lowdown -X title "$1") +date=$(lowdown -X date "$1") +author=$(lowdown -X author "$1") flags="--html-no-skiphtml --html-no-escapehtml" -- cgit v1.2.3-2-gb3c3