lib/scripts/getfunctions
changeset 73773 ac7f41b66e1b
parent 73580 a96564139fa7
child 73987 fc363a3b690a
equal deleted inserted replaced
73772:6b4c47666267 73773:ac7f41b66e1b
     3 # Author: Makarius
     3 # Author: Makarius
     4 #
     4 #
     5 # Isabelle shell functions, with on-demand re-initialization for
     5 # Isabelle shell functions, with on-demand re-initialization for
     6 # non-interactive bash processess. NB: bash shell functions are not portable
     6 # non-interactive bash processess. NB: bash shell functions are not portable
     7 # and may be dropped by aggressively POSIX-conformant versions of /bin/sh.
     7 # and may be dropped by aggressively POSIX-conformant versions of /bin/sh.
       
     8 
       
     9 unset CDPATH
     8 
    10 
     9 if type splitarray >/dev/null 2>/dev/null
    11 if type splitarray >/dev/null 2>/dev/null
    10 then
    12 then
    11   :
    13   :
    12 else
    14 else