commit 6dedd11104490fe8ac43bd35c39c0aed12047322
parent da5e3263a66be23102fd988e1bb51a152d1869dd
Author: tjg <tjg>
Date: Wed, 3 Oct 2001 12:43:04 +0000
can't eval in a subshell!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/trip.rc b/trip.rc
@@ -579,7 +579,7 @@ x=`{./tripping a}
# check for hilarious quoting bug introduced while fixing ctrl-a
x=('#' '#' '#')
-eval z^`{whatis -v x} >[2]/dev/null
+eval z^`{whatis -v x}
~ $#zx 3 || fail hilarious quoting bug
# parens bypass quote detector bug