Isabelle
changeset 52675 f3a6b1d0915e
parent 50805 69439c9defec
equal deleted inserted replaced
52674:563b7c8279f9 52675:f3a6b1d0915e
     2 #
     2 #
     3 # Author: Makarius
     3 # Author: Makarius
     4 #
     4 #
     5 # Default Isabelle application wrapper.
     5 # Default Isabelle application wrapper.
     6 
     6 
     7 exec "$(dirname "$0")"/bin/isabelle jedit -s "$@"
     7 exec "$(dirname "$0")"/bin/isabelle jedit -s -- "$@"
     8 
     8