lib/scripts/getfunctions
changeset 66667 2e580fcf6522
parent 63994 18cbe1b8d859
child 69134 a142ec271d83
--- a/lib/scripts/getfunctions	Fri Sep 15 17:50:52 2017 +0200
+++ b/lib/scripts/getfunctions	Fri Sep 15 19:56:23 2017 +0200
@@ -70,6 +70,7 @@
 #classpath
 function classpath ()
 {
+  local X=""
   for X in "$@"
   do
     if [ -z "$ISABELLE_CLASSPATH" ]; then
@@ -98,6 +99,7 @@
 {
   SPLITARRAY=()
   local IFS="$1"; shift
+  local X=""
   for X in $*
   do
     SPLITARRAY["${#SPLITARRAY[@]}"]="$X"
@@ -149,6 +151,7 @@
 #init component forest
 function init_components ()
 {
+  local REPLY=""
   local BASE="$1"
   local CATALOG="$2"
   local COMPONENT=""