Admin/makebundle
changeset 47697 0622929ca66e
parent 47685 8b31786fe603
child 47709 7d292190c4ab
equal deleted inserted replaced
47696:1c9c498ed4f1 47697:0622929ca66e
    71 done
    71 done
    72 
    72 
    73 if [ "$PLATFORM" = x86-cygwin ]; then
    73 if [ "$PLATFORM" = x86-cygwin ]; then
    74   EXE="$ARCHIVE_DIR/contrib/x86-cygwin/Isabelle.exe"
    74   EXE="$ARCHIVE_DIR/contrib/x86-cygwin/Isabelle.exe"
    75   if [ -e "$EXE" ]; then
    75   if [ -e "$EXE" ]; then
       
    76     rm -f "$ISABELLE_HOME/Isabelle"
    76     cp "$EXE" "$ISABELLE_HOME/"
    77     cp "$EXE" "$ISABELLE_HOME/"
    77     chmod +x "$ISABELLE_HOME/Isabelle.exe"
    78     chmod +x "$ISABELLE_HOME/Isabelle.exe"
    78   else
    79   else
    79     fail "Missing $EXE"
    80     fail "Missing $EXE"
    80   fi
    81   fi