Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcespie committed Sep 5, 2011
1 parent f6f8109 commit 78ca3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/bin/link-checksums
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/perl

# ex:ts=8 sw=4:
# $OpenBSD: link-checksums,v 1.3 2011/09/04 17:01:19 espie Exp $
# $OpenBSD: link-checksums,v 1.4 2011/09/05 07:46:12 espie Exp $
#
# Copyright (c) 2011 Marc Espie <[email protected]>
#
Expand Down Expand Up @@ -94,7 +94,7 @@ find(sub {
my $ci = shift @list;
chomp $result;
if ($result =~ m/^(..)/) {
my $target = "by_cipher/$ci/$1/$result";
my $target = "$distdir/by_cipher/$ci/$1/$result";
File::Path::make_path($target);
next if -f "$target/$_";
link $_, "$target/$_" or die "link: $!";
Expand Down

0 comments on commit 78ca3ba

Please sign in to comment.