commit | 5b7589eb27e748a3d281c0341219cf7435e8b4f1 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Apr 26 11:25:19 2009 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Apr 26 11:25:19 2009 +0000 |
tree | b9565d8d331207ed37a3b9c0f654b500839d8ef6 | |
parent | 80e57eb7d525803bb776e8294483141756b2b2ef [diff] [blame] |
hush: fix SEGV in % expansion function old new delta expand_variables 2203 2217 +14
diff --git a/shell/hush_test/hush-vars/var_posix1.tests b/shell/hush_test/hush-vars/var_posix1.tests index 3069360..c1f6409 100755 --- a/shell/hush_test/hush-vars/var_posix1.tests +++ b/shell/hush_test/hush-vars/var_posix1.tests
@@ -43,5 +43,6 @@ echo Empty:${var%%*} echo ${var#}}_tail # UNFIXED BUG: echo ${var#\}}_tail +echo ${var%\\*} echo end