=== modified file 'bin/fsb' --- bin/fsb 2013-05-22 18:20:21 +0000 +++ bin/fsb 2013-05-22 18:18:29 +0000 @@ -117,7 +117,7 @@ autoload -Uz $func:t if [[ $func = */fsb_target_(#b)(*) ]]; then # remember all targets - typeset -g "fsb_targets[${match[1]}]"=$func:t + fsb_targets[${match[1]}]=$func:t elif [[ $func = */fsb_stage_(#b)(*)_${FSB_SNAPSHOTS} ]]; then # alias stage functions according to snapshot method functions[fsb_stage_${match[1]}]=$func:t' "$@"'