看板 DFBSD_commit 關於我們 聯絡資訊
commit 6a2acd5391a461a9359149fd9f93283b222b8e5e Author: Peter Avalos <pavalos@dragonflybsd.org> Date: Sun Aug 21 14:39:50 2011 -0700 sh: Skip vars with invalid names in "set", "export -p", "readonly -p". This ensures the output of these commands is valid shell input. Obtained-from: FreeBSD 223183 Summary of changes: bin/sh/var.c | 15 ++++++++++++++- tools/regression/bin/sh/builtins/export1.0 | 3 +++ tools/regression/bin/sh/builtins/set2.0 | 3 +++ 3 files changed, 20 insertions(+), 1 deletions(-) create mode 100644 tools/regression/bin/sh/builtins/export1.0 create mode 100644 tools/regression/bin/sh/builtins/set2.0 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6a2acd5391a461a9359149fd9f93283b222b8e5e -- DragonFly BSD source repository