freebsd-ports/math/isabelle/files/patch-lib-Tools-logo
Edwin Groothuis ecaabb26ca Update port: math/isabelle
Update to Isabelle port:
	* Works with updated sml-nj-devel port.
	* Does not require bash
	Thanks to Johannes 5 Joemann for helpful comments/patches.

PR:		ports/116046
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2007-09-10 12:11:09 +00:00

26 lines
447 B
Text

--- ./lib/Tools/logo.orig Sun Sep 2 15:11:55 2007
+++ ./lib/Tools/logo Sun Sep 2 15:49:00 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# $Id: logo,v 1.10 2005/04/26 17:50:58 wenzelm Exp $
# Author: Markus Wenzel, TU Muenchen
@@ -8,7 +8,7 @@
PRG="$(basename "$0")"
-function usage()
+usage()
{
echo
echo "Usage: $PRG [OPTIONS] NAME"
@@ -22,7 +22,7 @@
exit 1
}
-function fail()
+fail()
{
echo "$1" >&2
exit 2