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
354 B
Text
17 lines
354 B
Text
--- ./lib/Tools/dimacs2hol.orig Sun Sep 2 15:11:55 2007
|
|
+++ ./lib/Tools/dimacs2hol Sun Sep 2 15:48:05 2007
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/bin/sh
|
|
#
|
|
# $Id: dimacs2hol,v 1.3 2005/04/26 17:50:57 wenzelm Exp $
|
|
# Author: Tjark Weber
|
|
@@ -11,7 +11,7 @@
|
|
|
|
PRG="$(basename "$0")"
|
|
|
|
-function usage()
|
|
+usage()
|
|
{
|
|
echo
|
|
echo "Usage: $PRG FILES"
|