summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/export1.0
blob: a09263a8ab5931df692f2be9b3fba66e1c26cd3e (plain) (blame)
1
2
3
# $FreeBSD: head/bin/sh/tests/builtins/export1.0 223183 2011-06-17 10:21:24Z jilles $

env @badness=1 ${SH} -c 'v=`export -p`; eval "$v"'