summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();