diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 21:15:01 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 21:15:01 +0200 |
commit | c0de5612a347b88ae73075aeeb2983732744285e (patch) | |
tree | 39b485b6732d3fbbea01e3493ee15ab147251f58 /src/update-gitjoe.pl | |
parent | Better (diff) | |
download | joe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.tar.gz joe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.tar.bz2 joe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.tar.xz joe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.tar.zst joe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.zip |
Now perfect
Diffstat (limited to '')
-rwxr-xr-x | src/update-gitjoe.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update-gitjoe.pl b/src/update-gitjoe.pl index 8b3a549..3ad30ca 100755 --- a/src/update-gitjoe.pl +++ b/src/update-gitjoe.pl @@ -46,12 +46,12 @@ sub stagit_generate { substr($repos[$i], -4) = ""; mkdir($repos[$i], 0755); chdir($site_dir . $user . '/' . $repos[$i] . '/'); + $repos[$i] = $repos[$i] . '.git'; system( '/usr/local/bin/dash', '-c', '/usr/local/bin/stagit ' . $home_dir . $repos[$i] . '/' ); - $repos[$i] = $repos[$i] . '.git'; $i += 1; } chdir($site_dir . $user . '/'); |