Admin/makebin
changeset 27030 8c558af86e21
parent 26209 79c8d7277f33
child 27587 6f469a8aff10
equal deleted inserted replaced
27029:0006d6a6d21d 27030:8c558af86e21
     9 
     9 
    10 TMP="/var/tmp/isabelle-makebin$$"
    10 TMP="/var/tmp/isabelle-makebin$$"
    11 
    11 
    12 TAR=tar
    12 TAR=tar
    13 type -path gtar >/dev/null && TAR=gtar
    13 type -path gtar >/dev/null && TAR=gtar
       
    14 
       
    15 export THIS_IS_ISABELLE_MAKEBIN=true
    14 
    16 
    15 
    17 
    16 ## diagnostics
    18 ## diagnostics
    17 
    19 
    18 PRG=$(basename "$0")
    20 PRG=$(basename "$0")