Admin/isatest/settings/sun-sml
changeset 26210 cf904c5642e1
parent 22412 6366b0bd1bc3
child 31310 b5365a9db718
     1.1 --- a/Admin/isatest/settings/sun-sml	Thu Mar 06 19:21:19 2008 +0100
     1.2 +++ b/Admin/isatest/settings/sun-sml	Thu Mar 06 19:21:20 2008 +0100
     1.3 @@ -19,14 +19,8 @@
     1.4  ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
     1.5  
     1.6  # Heap output location. ML system identifier is appended automatically later on.
     1.7 -if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then
     1.8 -  #Isabelle build tells us to store heaps etc. within the distribution.
     1.9 -  ISABELLE_OUTPUT="$ISABELLE_HOME/heaps"
    1.10 -  ISABELLE_BROWSER_INFO="$ISABELLE_HOME/browser_info"
    1.11 -else
    1.12 -  ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
    1.13 -  ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
    1.14 -fi
    1.15 +ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
    1.16 +ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
    1.17  
    1.18  # ISABELLE_USEDIR_OPTIONS="-i true -d dvi -g true -v true"
    1.19  ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true"