summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-02 00:15:52 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-02 00:15:52 +0100
commitaba7f5c394b8d5fd8e9359141cc7706ba303208c (patch)
tree30c5ac03ece7f30d59e44c5e103418db4b657a33
parente68ed21b17ec4c5915bbc45cb2b3268abbd58f32 (diff)
Fix hashl copy
-rwxr-xr-xbin/hashl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hashl b/bin/hashl
index 6c4cee4..b17e506 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -233,7 +233,7 @@ sub prepare_db_run {
sub cmd_copy {
prepare_db_run();
- $incoming_dir = (@_);
+ ($incoming_dir) = @_;
if (not $incoming_dir) {
usage();