mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
commit bash-20170505 snapshot
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user