X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=organize_videos;h=5625f8bcd927a0ca19830dadabf4155cafd255bd;hb=70d3ba3c710f3fe234188d492b42338aa2069513;hp=4e1ad7ff95bd95c29ffb28cd442304680a820592;hpb=c91b8b9feda0a1fc3221cffd3e28cee33e919b5a;p=videoscripts%2F.git diff --git a/organize_videos b/organize_videos index 4e1ad7f..5625f8b 100755 --- a/organize_videos +++ b/organize_videos @@ -197,7 +197,7 @@ foreach $file (`$find_cmd_with_mkv`) { # We are ready to pick a destination folder to put the video in $dstdir = $dstpathname . "/" . $year; - $dstdirs[$dstdir] = 1; + $dstdirs{$dstdir} = 1; $dstfile = $dstdir . "/" . $year . "-" . $monthnum . "-" . $day; # Check for duplicate filenames at the destination