]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/varenv13.sub
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / tests / varenv13.sub
index 1f837ec7fd2f116ec6a4fa151e84f6a30728442d..1fa7d5b376b71ba3f9b981dad1a8bc76c1f9c2ce 100644 (file)
@@ -22,6 +22,7 @@ typeset -A var
 
 f() { declare -p ${!var*}; }
 
+# this is no longer an error
 var[0]=X var[@]=Y
 f