From: Zygo Blaxell Date: Thu, 13 May 2010 21:20:32 +0000 (-0400) Subject: Go ahead and create the link_dir if it doesn't exist X-Git-Tag: dm6-0.20100514~5^2~3 X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=dupemerge;a=commitdiff_plain;h=f34e832fb0a9b7bd96cfc05a14edd072bf4b32e0 Go ahead and create the link_dir if it doesn't exist --- diff --git a/dm6 b/dm6 index 9b614cd..0dcfab5 100755 --- a/dm6 +++ b/dm6 @@ -67,7 +67,7 @@ sub link_files { } my $link_dir = shift @ARGV; -(-d $link_dir) or usage; +usage unless $link_dir; my $prefix_length = 3;