]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
braille: Fix some missing options on indexv4 21/head
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 15 Feb 2018 09:11:05 +0000 (10:11 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 15 Feb 2018 09:11:05 +0000 (10:11 +0100)
filter/braille/drivers/index/indexv3.sh.in
filter/braille/drivers/index/indexv4.sh.in

index c795f104ee1671f8286e8c7bdca07c060de7e268..0597b3c6e01199c3697306af004d4f57133e9491 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2015-2017 Samuel Thibault <samuel.thibault@ens-lyon.org>
+# Copyright (c) 2015-2018 Samuel Thibault <samuel.thibault@ens-lyon.org>
 # 
 # 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
index 8787f75c2950d97e0070d54db452fc7cb4a66224..358680ed62002898ec810e28f910a49d8c17c879 100644 (file)
@@ -40,7 +40,7 @@ then
 
 
   # Common options
-  INIT+="$(setCommonOptions)"
+  INIT+="$(commonOptions)"
 
   # Paper size
   INIT+=,CH$TEXTWIDTH,LP$TEXTHEIGHT