# HG changeset patch # User HackEso # Date 1563313053 0 # Node ID 088b9d939e574185d06d0e3daecd868c09c842ca # Parent 318de151d0ec5ddf54462259af20f220d8ae6d67 ` sed -i -e \'s/unzip(@_)/unzip(@ARGV)/\' bin/unzip diff -r 318de151d0ec -r 088b9d939e57 bin/unzip --- a/bin/unzip Tue Jul 16 21:37:27 2019 +0000 +++ b/bin/unzip Tue Jul 16 21:37:33 2019 +0000 @@ -22,7 +22,7 @@ use File::Path qw(mkpath); # example code to call unzip: -unzip(@_); +unzip(@ARGV); =head2 unzip