From a7e7ff6e3046e32bf67af2c25f6ef7aca299bbca Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Jan 2017 12:16:06 +0000 Subject: [PATCH] test suite: gitattributes: Break out origtar= setting No functional change. Signed-off-by: Ian Jackson --- tests/tests/gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/tests/gitattributes b/tests/tests/gitattributes index 04fcbcbd..fcbe313b 100755 --- a/tests/tests/gitattributes +++ b/tests/tests/gitattributes @@ -150,7 +150,9 @@ sfmt_import () { : ----- generate the orig ----- -tar --exclude=debian --exclude=.git -zcf ${p}_${bv}.orig.tar.gz $p +origtar=${p}_${bv}.orig.tar.gz + +tar --exclude=debian --exclude=.git -zcf $origtar $p : ----- test 1.0 native ----- -- 2.30.2