projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8ff847
)
Remove leftover variable in execute_commands
author
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 5 Nov 2022 22:07:48 +0000
(17:07 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 5 Nov 2022 22:07:48 +0000
(17:07 -0500)
gatekeeper.pl
patch
|
blob
|
blame
|
history
diff --git
a/gatekeeper.pl
b/gatekeeper.pl
index 26f1de96065ddf68792693845e499c3289ca1c3b..adca4bb5ea33313f629226d7884493955669e549 100755
(executable)
--- a/
gatekeeper.pl
+++ b/
gatekeeper.pl
@@
-2446,7
+2446,6
@@
sub execute_commands {
my $header = $oplist->[0][1];
my @directory = File::Spec::Unix->splitdir($header->{directory});
- my $destdir = "$Public_dir/$header->{directory}";
foreach my $step (@{$oplist}[1..$#$oplist]) { # skip the header
if ($step->[0] eq 'install') {
check_files($Scratch_dir, $header);