$OpenBSD: patch-texk_texlive_linked_scripts_installfont_installfont-tl,v 1.2 2014/01/11 18:46:52 edd Exp $
--- texk/texlive/linked_scripts/installfont/installfont-tl.origy	Tue Mar 12 00:01:41 2013
+++ texk/texlive/linked_scripts/installfont/installfont-tl	Thu Aug 29 17:49:54 2013
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/ksh
 #
 # installfont-tl [options]
 #
@@ -85,7 +85,7 @@ then
   echo -e "`basename $0`: Could not find command line arguments.\nUse the '--help' option for explanation."
   echo -e "Continue with default script variables? (y/n)"
   read ANSWER
-  if [ $ANSWER = "n" -o $ANSWER = "N" ]
+  if [ X"$ANSWER" = "Xn" -o X"$ANSWER" = "XN" ]
   then
     exit 1
   fi
@@ -582,4 +582,4 @@ then
   rmdir ./Backup
 fi
 echo -e "\n\nThe font(s) should be installed now!"
-exit 0
\ No newline at end of file
+exit 0
