aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:15:09 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:15:09 +0200
commit1b7c2f8841cc008ea315e6910f8a152ecf6221b4 (patch)
treed4b6087d715d71374bcdfa28a75e36fb171e3042
parentTrying with /usr/bin/touch (diff)
downloadjoe-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-xsrc/update/gitjoe.pl2
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');