bash30-014
来自「sm86xx rootfs来源包括补丁( GPL )的」· 代码 · 共 53 行
TXT
53 行
BASH PATCH REPORT =================Bash-Release: 3.0Patch-ID: bash30-014Bug-Reported-by: agriffis@gentoo.orgBug-Reference-ID: <20040929024759.A437FEB1E0@piment.flatmonk.org>Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2004-09/msg00250.htmlBug-Description: # # BROKEN case: variable with braces inside quotes # $ D=W $ echo "${D}"{illy,onka} => W{illy,onka}Patch:*** ../bash-3.0-patched/braces.c Wed Sep 8 11:07:53 2004--- bash/braces.c Fri Sep 17 18:42:36 2004****************** 403,407 **** pass_next = 1; i++;! level++; continue; }--- 403,408 ---- pass_next = 1; i++;! if (quoted == 0)! level++; continue; }*** ../bash-3.0-patched/patchlevel.h Wed Aug 22 08:05:39 2001--- bash/patchlevel.h Thu Sep 2 15:04:32 2004****************** 26,30 **** looks for to find the patch level (for the sccs version string). */ ! #define PATCHLEVEL 13 #endif /* _PATCHLEVEL_H_ */--- 26,30 ---- looks for to find the patch level (for the sccs version string). */ ! #define PATCHLEVEL 14 #endif /* _PATCHLEVEL_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?