Current Path : /compat/linux/proc/self/root/usr/src/tools/regression/bin/sh/execution/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/src/tools/regression/bin/sh/execution/func3.0 |
# $FreeBSD: release/9.1.0/tools/regression/bin/sh/execution/func3.0 216398 2010-12-12 21:18:16Z jilles $ # This may fail when parsing or when defining the function, or the definition # may silently do nothing. In no event may the function be executed. ${SH} -c 'unset() { echo overriding function executed, bad; }; v=1; unset v; exit "${v-0}"' 2>/dev/null :