coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: amendments to backtick-removing series


From: Andreas Schwab
Subject: Re: amendments to backtick-removing series
Date: Wed, 04 Apr 2012 14:42:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux)

Jim Meyering <address@hidden> writes:

> diff --git a/tests/misc/stty b/tests/misc/stty
> index fe4a4c8..97020e8 100755
> --- a/tests/misc/stty
> +++ b/tests/misc/stty
> @@ -70,7 +70,7 @@ for opt in $options; do
>
>    # Likewise, 'stty -cread' would fail, so skip that, too.
>    test $opt = cread && continue
> -  rev=$(eval echo "\\\$REV_$opt")
> +  rev=$(eval echo "\$REV_$opt")
     eval rev=\$REV_$opt

> @@ -84,8 +84,8 @@ if test -n "$RUN_LONG_TESTS"; then
>
>        stty $opt1 $opt2 || fail=1
>
> -      rev1=$(eval echo "\\\$REV_$opt1")
> -      rev2=$(eval echo "\\\$REV_$opt2")
> +      rev1=$(eval echo "\$REV_$opt1")
> +      rev2=$(eval echo "\$REV_$opt2")
         eval rev1=\$REV_$opt1
         eval rev2=\$REV_$opt2

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]