diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:15:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:15:09 +0200 |
commit | 1b7c2f8841cc008ea315e6910f8a152ecf6221b4 (patch) | |
tree | d4b6087d715d71374bcdfa28a75e36fb171e3042 | |
parent | Trying with /usr/bin/touch (diff) | |
download | joe-scripts-1b7c2f8841cc008ea315e6910f8a152ecf6221b4.tar.gz joe-scripts-1b7c2f8841cc008ea315e6910f8a152ecf6221b4.tar.bz2 joe-scripts-1b7c2f8841cc008ea315e6910f8a152ecf6221b4.tar.xz joe-scripts-1b7c2f8841cc008ea315e6910f8a152ecf6221b4.tar.zst joe-scripts-1b7c2f8841cc008ea315e6910f8a152ecf6221b4.zip |
I read man
-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 14572ec..f7d9de1 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -54,7 +54,7 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', - '/usr/local/bin/stagit -c ' . $site_dir . $user . $repos[$i] . '.cache -l 200 ' . $home_dir . $repos[$i] . '/' + '/usr/local/bin/stagit -c ' . $site_dir . $user . $repos[$i] . '.cache ' . $home_dir . $repos[$i] . '/' ); copy('../style.css', './style.css'); copy('../logo.png', './logo.png'); |