projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd4b2ff
)
remove unnecessary unset
author
Joey Hess
<joey@kitenet.net>
Sun, 27 Oct 2013 17:00:21 +0000
(13:00 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sun, 27 Oct 2013 17:00:21 +0000
(13:00 -0400)
TAR_LONGLINK_100 is set and then unset inside a single function.
This unset appears to be unnecessary cruft.
pristine-tar
patch
|
blob
|
history
diff --git
a/pristine-tar
b/pristine-tar
index 9005ddb844306a0c093024bbb55cfeb4e356b69d..40ed069c03193d3343b9d63c200723aff2558173 100755
(executable)
--- a/
pristine-tar
+++ b/
pristine-tar
@@
-359,7
+359,6
@@
sub recreatetarball {
}, "$tempdir/workdir");
}
- delete $ENV{TAR_LONGLINK_100};
$recreatetarball_tempdir=$tempdir;
return recreatetarball_helper(%options);
}