diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 20:43:46 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 20:43:46 +0200 |
commit | 49a4aecc81242db3adea6c5d63244a92ee3f12e4 (patch) | |
tree | 4f9adce2df0bad312c9fe13e6bf6f2ecd3556e79 | |
parent | Will that really work (diff) | |
download | joe-scripts-49a4aecc81242db3adea6c5d63244a92ee3f12e4.tar.gz joe-scripts-49a4aecc81242db3adea6c5d63244a92ee3f12e4.tar.bz2 joe-scripts-49a4aecc81242db3adea6c5d63244a92ee3f12e4.tar.xz joe-scripts-49a4aecc81242db3adea6c5d63244a92ee3f12e4.tar.zst joe-scripts-49a4aecc81242db3adea6c5d63244a92ee3f12e4.zip |
test
-rwxr-xr-x | update-gitjoe.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/update-gitjoe.pl b/update-gitjoe.pl index c30b619..6a10b5e 100755 --- a/update-gitjoe.pl +++ b/update-gitjoe.pl @@ -28,8 +28,7 @@ sub get_repos_index { } sub stagit_generate { - my $user = $_[0]; - my @repos = @_ + 1; + my ($user, @repos) = @_; my $i = 0; while ($i < @repos) { print colored($repos[$i], 'bold red') . "\n"; |