chiark / gitweb /
test suite: gitattributes: Break out origtar= setting
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 Jan 2017 12:16:06 +0000 (12:16 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 Jan 2017 12:16:06 +0000 (12:16 +0000)
No functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/tests/gitattributes

index 04fcbcbdef025ae538ba6f309b2c38006110c481..fcbe313b623d7a8b1cde10f648bb7a20ce86c493 100755 (executable)
@@ -150,7 +150,9 @@ sfmt_import () {
 
 : ----- generate the orig -----
 
 
 : ----- 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 -----
 
 
 : ----- test 1.0 native -----