From 20eba4109a7f0462f780c69ac6f18225184386b4 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 15 Feb 2018 10:11:05 +0100 Subject: [PATCH] braille: Fix some missing options on indexv4 --- filter/braille/drivers/index/indexv3.sh.in | 4 ++-- filter/braille/drivers/index/indexv4.sh.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filter/braille/drivers/index/indexv3.sh.in b/filter/braille/drivers/index/indexv3.sh.in index c795f104e..0597b3c6e 100644 --- a/filter/braille/drivers/index/indexv3.sh.in +++ b/filter/braille/drivers/index/indexv3.sh.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2015-2017 Samuel Thibault +# Copyright (c) 2015-2018 Samuel Thibault # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -45,7 +45,7 @@ then #INIT+=,BP # Common options - INIT+=$(commonOptions) + INIT+="$(commonOptions)" # Paper size case "$PAPERLENGTH" in diff --git a/filter/braille/drivers/index/indexv4.sh.in b/filter/braille/drivers/index/indexv4.sh.in index 8787f75c2..358680ed6 100644 --- a/filter/braille/drivers/index/indexv4.sh.in +++ b/filter/braille/drivers/index/indexv4.sh.in @@ -40,7 +40,7 @@ then # Common options - INIT+="$(setCommonOptions)" + INIT+="$(commonOptions)" # Paper size INIT+=,CH$TEXTWIDTH,LP$TEXTHEIGHT -- 2.47.2