#! /bin/sh /usr/share/dpatch/dpatch-run
## 05_mkt1enc_syntax_error.dpatch by Matej Vela <vela@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: t1lib/mkt1enc.sh: Fix unterminated quote.

@DPATCH@
diff -urNad vflib3-3.6.13~/t1lib/mkt1enc.sh vflib3-3.6.13/t1lib/mkt1enc.sh
--- vflib3-3.6.13~/t1lib/mkt1enc.sh	2006-10-28 11:51:30.000000000 +0200
+++ vflib3-3.6.13/t1lib/mkt1enc.sh	2006-10-28 11:52:47.000000000 +0200
@@ -19,7 +19,7 @@
   esac
 
   PSENCFILE=$F
-  T1ENCFILE=`echo $PSENCFILE | sed 's|.*/\([^/]*\)|\1|' | sed 's|.enc$|.enc|`
+  T1ENCFILE=`echo $PSENCFILE | sed 's|.*/\([^/]*\)|\1|' | sed 's|.enc$|.enc|'`
 
   echo "$PSENCFILE ==> $T1ENCFILE"
 
