summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/execution/func1.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/execution/func1.0')
-rw-r--r--tools/regression/bin/sh/execution/func1.04
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/bin/sh/execution/func1.0 b/tools/regression/bin/sh/execution/func1.0
index 317b005..29fcc07 100644
--- a/tools/regression/bin/sh/execution/func1.0
+++ b/tools/regression/bin/sh/execution/func1.0
@@ -1,4 +1,4 @@
# $FreeBSD$
-MALLOC_OPTIONS=J sh -c 'g() { g() { :; }; :; }; g' &&
-MALLOC_OPTIONS=J sh -c 'g() { unset -f g; :; }; g'
+MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
+MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'
OpenPOWER on IntegriCloud