renamed DEFAULT_LOGIC to ISABELLE_LOGIC;
authorwenzelm
Wed, 14 May 1997 18:37:03 +0200
changeset 3184 4e0bbfb113d5
parent 3183 537f7281d42c
child 3185 7a6c933d51d0
renamed DEFAULT_LOGIC to ISABELLE_LOGIC;
bin/isabelle
build
etc/settings
etc/user-settings.sample
--- a/bin/isabelle	Wed May 14 17:55:10 1997 +0200
+++ b/bin/isabelle	Wed May 14 18:37:03 1997 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/wiss/wenzelm/bin/bash
 #
 # $Id$
 #
@@ -27,7 +27,7 @@
   echo "    -q           non-interactive session"
   echo "    -r           open heap file read-only"
   echo
-  echo "  INPUT (default \"$DEFAULT_LOGIC\") and OUTPUT specify in/out heaps."
+  echo "  INPUT (default \"$ISABELLE_LOGIC\") and OUTPUT specify in/out heaps."
   echo "  These are either names to be searched in the Isabelle path, or actual"
   echo "  file names (then containing at least one /)."
   echo "  If INPUT is \"RAW_ML_SYSTEM\", just start the bare bones ML system."
@@ -104,7 +104,7 @@
 
 ## input heap file
 
-[ -z "$INPUT" ] && INPUT="$DEFAULT_LOGIC"
+[ -z "$INPUT" ] && INPUT="$ISABELLE_LOGIC"
 
 case "$INPUT" in
   RAW_ML_SYSTEM)
--- a/build	Wed May 14 17:55:10 1997 +0200
+++ b/build	Wed May 14 18:37:03 1997 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/wiss/wenzelm/bin/bash
 #
 # $Id$
 #
@@ -26,7 +26,7 @@
   echo "    -b           batch mode"
   echo "    -t           run tests"
   echo
-  echo "  Compile the named LOGICS (default $DEFAULT_LOGIC), or all object logics"
+  echo "  Compile the named LOGICS (default $ISABELLE_LOGIC), or all object logics"
   echo "  in the distribution."
   echo
   exit 1
@@ -104,7 +104,7 @@
   echo
 fi
 
-[ -z "$LOGICS" ] && LOGICS=$DEFAULT_LOGIC
+[ -z "$LOGICS" ] && LOGICS=$ISABELLE_LOGIC
 
 if [ -n "$ALL" ]; then
   LOGICS=""
--- a/etc/settings	Wed May 14 17:55:10 1997 +0200
+++ b/etc/settings	Wed May 14 18:37:03 1997 +0200
@@ -68,7 +68,7 @@
 fi
 
 #Users may want to change this.
-DEFAULT_LOGIC=HOL
+ISABELLE_LOGIC=HOL
 
 
 ## Docs
--- a/etc/user-settings.sample	Wed May 14 17:55:10 1997 +0200
+++ b/etc/user-settings.sample	Wed May 14 18:37:03 1997 +0200
@@ -21,7 +21,7 @@
 #ISABELLE_PATH=other-places-where-heaps-may-reside:$ISABELLE_PATH
 #ISABELLE_OUTPUT=somewhere-else
 
-#DEFAULT_LOGIC=ZF
+#ISABELLE_LOGIC=ZF
 
 
 ###