aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:57:18 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:57:18 +0200
commitb329b5583dbca2929663101796ff3ddc8f9a5155 (patch)
tree242a689e3fa1ee3722952635cd050b8f3c76d71a
parentMore log messages, improved seds (diff)
downloadjoe-scripts-b329b5583dbca2929663101796ff3ddc8f9a5155.tar.gz
joe-scripts-b329b5583dbca2929663101796ff3ddc8f9a5155.tar.bz2
joe-scripts-b329b5583dbca2929663101796ff3ddc8f9a5155.tar.xz
joe-scripts-b329b5583dbca2929663101796ff3ddc8f9a5155.tar.zst
joe-scripts-b329b5583dbca2929663101796ff3ddc8f9a5155.zip
Better
-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 aaeb3d3..690cbec 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -68,7 +68,7 @@ sub stagit_generate {
system(
'/usr/local/bin/dash',
'-c',
- "/usr/bin/sed 's/<td><span class=\"desc\">Repositories<\\/span><\\/td>/<td><span class=\"desc\"><h1>" $user " - Repositories<\\/h1><\\/span><\\/td><td> - back to <a href=\"https:\\/\\/git.jozanleclerc.xyz\\/\">GitJoe<\\/a><\\/td>/' sedded_index.html >re_sedded_index.html"
+ "/usr/bin/sed 's/<td><span class=\"desc\">Repositories<\\/span><\\/td>/<td><span class=\"desc\"><h1>" . $user . " - Repositories<\\/h1><\\/span><\\/td><td> - back to <a href=\"https:\\/\\/git.jozanleclerc.xyz\\/\">GitJoe<\\/a><\\/td>/' sedded_index.html >re_sedded_index.html"
);
unlink('./sedded_index.html');
system(