From df935315c7201b7d42eb361b3ac3d36fe83e53e6 Mon Sep 17 00:00:00 2001 From: Mikhail Osipov Date: Sat, 25 Jan 2020 03:51:57 +0300 Subject: env to var rename --- test/hello.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/hello.sh b/test/hello.sh index fefe1da..9893089 100755 --- a/test/hello.sh +++ b/test/hello.sh @@ -3,9 +3,9 @@ ROOT=$(dirname $0)/.. PATH=$ROOT/cmd/tunnel -tunnel env clear -tunnel env set cmd echo -tunnel env set args ^"%x, %y!" -tunnel env set x Hello -tunnel env set y World +tunnel var clear +tunnel var set cmd echo +tunnel var set args ^"%x, %y!" +tunnel var set x Hello +tunnel var set y World tunnel %cmd %args -- cgit v1.2.3-70-g09d2