patch-texmf-dist_scripts_installfont_installfont-tl 794 B

1234567891011121314151617181920212223242526
  1. $OpenBSD: patch-texmf-dist_scripts_installfont_installfont-tl,v 1.2 2015/05/18 21:38:04 edd Exp $
  2. --- texmf-dist/scripts/installfont/installfont-tl.origy Mon Jul 15 23:47:34 2013
  3. +++ texmf-dist/scripts/installfont/installfont-tl Fri Jan 2 16:38:59 2015
  4. @@ -1,4 +1,4 @@
  5. -#!/bin/bash
  6. +#!/bin/ksh
  7. #
  8. # installfont-tl [options]
  9. #
  10. @@ -93,7 +93,7 @@ then
  11. echo -e "`basename $0`: Could not find command line arguments.\nUse the '--help' option for explanation."
  12. echo -e "Continue with default script variables? (y/n)"
  13. read ANSWER
  14. - if [ $ANSWER = "n" -o $ANSWER = "N" ]
  15. + if [ X"$ANSWER" = "Xn" -o X"$ANSWER" = "XN" ]
  16. then
  17. exit 1
  18. fi
  19. @@ -611,4 +611,4 @@ then
  20. rmdir ./Backup
  21. fi
  22. echo -e "\n\nThe font(s) should be installed now!"
  23. -exit 0
  24. \ No newline at end of file
  25. +exit 0