ecaabb26ca
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>
17 lines
374 B
Text
17 lines
374 B
Text
--- ./lib/Tools/fixheaders.orig Sun Sep 2 15:11:55 2007
|
|
+++ ./lib/Tools/fixheaders Sun Sep 2 15:48:38 2007
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/bin/sh
|
|
#
|
|
# $Id: fixheaders,v 1.2 2005/07/06 08:34:07 wenzelm Exp $
|
|
# Author: Florian Haftmann, TUM
|
|
@@ -10,7 +10,7 @@
|
|
|
|
PRG="$(basename "$0")"
|
|
|
|
-function usage()
|
|
+usage()
|
|
{
|
|
echo
|
|
echo "Usage: $PRG [FILES|DIRS...]"
|