freebsd-ports/textproc/xmlto/files/patch-xmlto.in
Sergei Kolobov 676c175ca9 - Fix #!/bin/bash in xmlto to refer to ${LOCALBASE}/bin/bash instead
Noticed by:	Nicola Vitale <nivit@email.it>
2004-01-05 06:33:16 +00:00

8 lines
247 B
Text

--- xmlto.in.orig Mon Jan 5 09:20:01 2004
+++ xmlto.in Mon Jan 5 09:20:32 2004
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!@BASH@
#
# @PACKAGE@ - apply an XSL stylesheet to an XML document
# Copyright (C) 2001, 2002, 2003 Tim Waugh <twaugh@redhat.com>