aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfilters/syntax-highlighting.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/syntax-highlighting.sh b/filters/syntax-highlighting.sh
index 47f6267..24f6bb4 100755
--- a/filters/syntax-highlighting.sh
+++ b/filters/syntax-highlighting.sh
@@ -53,7 +53,7 @@ EXTENSION="${BASENAME##*.}"
53# found (for example) on EPEL 6. 53# found (for example) on EPEL 6.
54# 54#
55# This is for version 2 55# This is for version 2
56exec highlight --force -f -I -X -S $EXTENSION 2>/dev/null 56exec highlight --force -f -I -X -S "$EXTENSION" 2>/dev/null
57 57
58# This is for version 3 58# This is for version 3
59#exec highlight --force -f -I -O xhtml -S $EXTENSION 2>/dev/null 59#exec highlight --force -f -I -O xhtml -S "$EXTENSION" 2>/dev/null