patch-bin_pt-summary 554 B

12345678910111213
  1. $OpenBSD: patch-bin_pt-summary,v 1.6 2013/03/11 09:49:04 giovanni Exp $
  2. --- bin/pt-summary.orig Thu Feb 14 18:59:10 2013
  3. +++ bin/pt-summary Fri Feb 22 17:53:46 2013
  4. @@ -2289,7 +2289,7 @@ sigtrap() { local PTFUNCNAME=sigtrap;
  5. # Execute the program if it was not included from another file. This makes it
  6. # possible to include without executing, and thus test.
  7. if [ "${0##*/}" = "$TOOL" ] \
  8. - || [ "${0##*/}" = "bash" -a "${_:-""}" = "$0" ]; then
  9. + || [ "${0##*/}" = "sh" -a "${_:-""}" = "$0" ]; then
  10. # Set up temporary dir.
  11. mk_tmpdir