From aba7f5c394b8d5fd8e9359141cc7706ba303208c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 2 Jan 2011 00:15:52 +0100 Subject: Fix hashl copy --- bin/hashl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3