Project

General

Profile

« Previous | Next » 

Revision 12208

lib/sh/util.sh: local_export_array: renamed to just export_array because this was a replacement for export, not local_export

View differences:

trunk/lib/sh/util.sh
86 86

  
87 87
alias local_export='declare -x' # combines effects of local and export
88 88

  
89
alias local_export_array='declare -x'
89
alias export_array='declare -x'
90 90
	# `export` does not support arrays in older versions of bash
91 91
	# don't need -a because that it's an array is autodetected by the ()
92 92

  

Also available in: Unified diff