commit bash-20170505 snapshot

This commit is contained in:
Chet Ramey
2017-05-08 10:53:50 -04:00
parent 2a39157723
commit af2a77fbbc
14 changed files with 125 additions and 30 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ bar')
echo ${foo:-$(echo a{b,c})} >/dev/null
# parsing problem based on recursively calling bison parser through bash-4.4
for (( INDEX=0; INDEX<$((10-$(expr length $V_NAME))); INDEX++ ))
for (( INDEX=0; INDEX<$((10-$(echo length $V_NAME))); INDEX++ ))
do
:
done